Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 11, 2023
1 parent 5301c49 commit f48993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/data/utils_data_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,4 +630,4 @@ def raise_skiptest(self, reason: str = None,
if parent is None:
raise SkipTest(reason)
else:
raise SkipTest(reason) from parent
raise SkipTest(reason) from parent

0 comments on commit f48993e

Please sign in to comment.