Add some type hints

This commit is contained in:
James Westman 2022-12-25 18:32:23 -06:00
parent b6ee649458
commit 0b7dbaf90d
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
10 changed files with 193 additions and 173 deletions

View file

@ -32,7 +32,7 @@ from .utils import Colors
class CouldNotPort:
def __init__(self, message):
def __init__(self, message: str):
self.message = message