Skip to content

Commit

Permalink
Update event.py
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
koenvo authored Nov 6, 2020
1 parent 4419cc3 commit 6c0d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kloppy/domain/models/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class Event(DataRecord, ABC):
raw_event: Dict
state: Dict[str, any]

qualifiers: List[SetPieceType]
qualifiers: List[Qualifier]

@property
@abstractmethod
Expand Down

0 comments on commit 6c0d99d

Please sign in to comment.