aboutsummaryrefslogtreecommitdiff
path: root/src/ModuleManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ModuleManager.py')
-rw-r--r--src/ModuleManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModuleManager.py b/src/ModuleManager.py
index 6aafa9b3..ca636063 100644
--- a/src/ModuleManager.py
+++ b/src/ModuleManager.py
@@ -53,7 +53,7 @@ class ModuleDefinition(object):
name: str,
filename: str,
type: ModuleType,
- hashflags: typing.List[typing.Tuple[str, str]]):
+ hashflags: typing.List[typing.Tuple[str, typing.Optional[str]]]):
self.name = name
self.filename = filename
self.type = type