Skip to content

Commit

Permalink
Fix flake8 error:
Browse files Browse the repository at this point in the history
testing.py:1:1: A004 import statement "TimeoutError" is shadowing a Python builtin
  • Loading branch information
marxin committed Jan 30, 2024
1 parent 2f46bdc commit 71d4ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvise/utils/testing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from concurrent.futures import FIRST_COMPLETED, TimeoutError, wait
from concurrent.futures import FIRST_COMPLETED, wait
import difflib
import filecmp
import logging
Expand Down

0 comments on commit 71d4ccc

Please sign in to comment.