Skip to content

Commit

Permalink
Merge pull request #308 from probberechts/feat/load-gzip
Browse files Browse the repository at this point in the history
[IO] Improved IO with support for reading data from compressed files
  • Loading branch information
koenvo committed Jun 19, 2024
2 parents d9170d1 + 454a245 commit a3ca3f3
Show file tree
Hide file tree
Showing 5 changed files with 596 additions and 96 deletions.
6 changes: 0 additions & 6 deletions kloppy/_providers/statsbomb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import contextlib
import warnings
from typing import Union

Expand All @@ -12,11 +11,6 @@
from kloppy.io import open_as_file, FileLike, Source


@contextlib.contextmanager
def dummy_context_mgr():
yield None


def load(
event_data: FileLike,
lineup_data: FileLike,
Expand Down
Loading

0 comments on commit a3ca3f3

Please sign in to comment.