We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68263e commit f659f70Copy full SHA for f659f70
tests/test_filelock.py
@@ -19,7 +19,6 @@
19
import pytest
20
21
from filelock import BaseFileLock, FileLock, SoftFileLock, Timeout, UnixFileLock, WindowsFileLock
22
-import filelock
23
24
if TYPE_CHECKING:
25
from collections.abc import Iterator
0 commit comments