Skip to content

Commit

Permalink
autoformatter Black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Feb 13, 2022
1 parent 07324c4 commit f1f83dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/test_common_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ def group_test(self, directory):
)
)
if mime_failures:
raise AssertionError(
"The following files did not have a mime type: {}".format(
", ".join(mime_failures)
)
)
raise AssertionError("The following files did not have a mime type: {}".format(", ".join(mime_failures)))

def test_file(self):
"""File identification"""
Expand Down

0 comments on commit f1f83dc

Please sign in to comment.