Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Sep 27, 2021
1 parent d3e7b52 commit eb1366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdt/transformers/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def is_transform_deterministic(self):
bool:
Whether or not the transform is deterministic.
"""
return False if self.fuzzy else True
return not self.fuzzy

@staticmethod
def _get_intervals(data):
Expand Down

0 comments on commit eb1366a

Please sign in to comment.