Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed Sep 19, 2024
1 parent 521c81c commit 15a1284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestify/domain/models/dataset/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ def custom_attributes(self):
return {
k: v
for k, v in self.items()
if k not in ('_matcher', '_data_spec_versions')
if k not in ("_matcher", "_data_spec_versions")
}

0 comments on commit 15a1284

Please sign in to comment.