Skip to content

Commit 81f4682

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6370f7a commit 81f4682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ def _wait_graph_page_ready(host, selenium):
960960
try:
961961
selenium.refresh()
962962
break
963-
except timeout_exceptions as e:
963+
except timeout_exceptions:
964964
if n == tries - 1:
965965
raise
966966

0 commit comments

Comments
 (0)