fixed many mypy issues
This commit is contained in:
+4
-2
@@ -24,5 +24,7 @@ class Trigger(AppClass):
|
||||
return _config
|
||||
|
||||
def run(self) -> bool:
|
||||
# return True if Trigger is valid
|
||||
return False
|
||||
# return True if Trigger is valid
|
||||
raise TriggerImportError(
|
||||
"the Trigger class can't used directly, but must be inherited in a trigger specific class"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user