Skip to content

Commit 68edf85

Browse files
committed
flake 8 fix
1 parent fa8fd02 commit 68edf85

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_filelock.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pathlib import Path, PurePath
1212
from stat import S_IWGRP, S_IWOTH, S_IWUSR, filemode
1313
from types import TracebackType
14-
from typing import Callable, Iterator, Tuple, Type, TYPE_CHECKING, Union
14+
from typing import Callable, Iterator, Tuple, Type, Union
1515

1616
import pytest
1717
from _pytest.logging import LogCaptureFixture
@@ -26,9 +26,6 @@
2626
WindowsFileLock,
2727
)
2828

29-
if TYPE_CHECKING:
30-
from _typeshed import HasFileno
31-
3229

3330
@pytest.mark.parametrize(
3431
("lock_type", "path_type"),

0 commit comments

Comments
 (0)