Skip to content
Snippets Groups Projects
Verified Commit 5e92279f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed test_error_stuff

parent deffbd39
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ import pytest
def setup():
try:
h.execute_query("FIND Test*").delete()
except:
except BaseException:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment