mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add some type hints
This commit is contained in:
parent
b6ee649458
commit
0b7dbaf90d
10 changed files with 193 additions and 173 deletions
|
@ -32,7 +32,7 @@ from .utils import Colors
|
|||
|
||||
|
||||
class CouldNotPort:
|
||||
def __init__(self, message):
|
||||
def __init__(self, message: str):
|
||||
self.message = message
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue