Skip to content

Commit

Permalink
pyflake
Browse files Browse the repository at this point in the history
  • Loading branch information
yrro committed Mar 19, 2024
1 parent 176dc85 commit 494d7a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def check(self):
try:
time.sleep(5)
except Exception as e:
raise Exception("I didn't expect an exception to be thrown") from e
raise Exception(
"I didn't expect an exception to be thrown") from e
)

class plugin_fast(Plugin):
def check(self):
Expand Down

0 comments on commit 494d7a3

Please sign in to comment.