Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvossen committed Sep 8, 2020
1 parent 3b66245 commit b6223c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion kloppy/domain/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,5 @@ def transform(self, *args, **kwargs):
def filter(self, filter_fn):
return replace(
self,
records=[record for record in self.records if filter_fn(record)]
records=[record for record in self.records if filter_fn(record)],
)
50 changes: 0 additions & 50 deletions kloppy/domain/services/enrichers/__init__.py

This file was deleted.

0 comments on commit b6223c6

Please sign in to comment.