Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 1, 2024
1 parent 4c6e7af commit 82caa22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dclab/rtdc_dataset/feat_basin.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ def features(self):
"""
if self._features is None:
if self.is_available():
# If features are not specified already, either by previous call
# to this method or during initialization from basin definition,
# then make the innate and *all* the basin features available.
# If features are not specified already, either by previous
# call to this method or during initialization from basin
# definition, then make the innate and *all* the basin
# features available.
self._features = sorted(set(self.ds.features_innate
+ self.ds.features_basin))
else:
Expand Down

0 comments on commit 82caa22

Please sign in to comment.