fixed bad type hint for EventData
This commit is contained in:
parent
ffc60e5808
commit
4b6ba90331
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class EventData:
|
|||
event_type: EventTypes = None
|
||||
name: str = None
|
||||
data: str = None
|
||||
time: float = None
|
||||
time: str = None
|
||||
session: int = None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue