Skip to content

Commit

Permalink
STY: fix line length in an unrelated file
Browse files Browse the repository at this point in the history
far as i can tell, both my system and gh actions are using flake8
7.1.0, so idk why only gh actions complained about the 80 char
line length. whatever it's worth fixing i guess
  • Loading branch information
fedarko committed Aug 3, 2024
1 parent cd57f45 commit 58d4348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/python/test_taxonomy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def setUp(self):
)

def _check_basic_case_worked(self, split_fm, taxcols):
"""Checks that a given DataFrame (and list of split-up taxonomy columns)
matches the expected output from running split_taxonomy() on
self.feature_metadata.
"""Checks that a given DataFrame (and list of split-up taxonomy
columns) matches the expected output from running split_taxonomy()
on self.feature_metadata.
"""

# Let's verify that split_fm looks how we expect it to look.
Expand Down

0 comments on commit 58d4348

Please sign in to comment.