Skip to content

Commit

Permalink
Update collection_transformer.py linting
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao authored May 29, 2024
1 parent f8244c4 commit 37f27f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtda/metaestimators/collection_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _validate_transformer(self):
def _transformer_has(attr):
def check(self):
return hasattr(self.transformer, attr)

return check

def fit(self, X, y=None):
Expand Down

0 comments on commit 37f27f2

Please sign in to comment.