Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesDeprest committed Jul 7, 2023
1 parent 8f6954a commit e8ff8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kloppy/infra/serializers/event/opta/deserializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ def deserialize(self, inputs: OptaInputs) -> EventDataset:
**generic_event_kwargs,
)
elif (type_id == EVENT_TYPE_FOUL_COMMITTED) and (
outcome == 0
):
outcome == 0
):
event = self.event_factory.build_foul_committed(
result=None,
qualifiers=None,
Expand Down

0 comments on commit e8ff8ca

Please sign in to comment.