Fix type hint
This commit is contained in:
parent
e9705a71ab
commit
4070057047
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class EventHandler(Dependant):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def processor(self) -> Processor:
|
def processor(self) -> 'Processor':
|
||||||
return self._processor
|
return self._processor
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue