Skip to content

Commit

Permalink
fix merge conflict resolvement error
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesDeprest committed Dec 16, 2024
1 parent 44afc35 commit 6b4cf48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kloppy/infra/serializers/event/wyscout/deserializer_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,11 +792,6 @@ def deserialize(self, inputs: WyscoutInputs) -> EventDataset:
else None
),
"team": team,
"player": (
players[team_id][player_id]
if player_id != INVALID_PLAYER
else None
),
"player": players[team_id][player_id]
if player_id != INVALID_PLAYER
and player_id in players[team_id]
Expand Down

0 comments on commit 6b4cf48

Please sign in to comment.