Skip to content

Commit

Permalink
flake 8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jahrules committed Mar 25, 2023
1 parent fa8fd02 commit 68edf85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_filelock.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pathlib import Path, PurePath
from stat import S_IWGRP, S_IWOTH, S_IWUSR, filemode
from types import TracebackType
from typing import Callable, Iterator, Tuple, Type, TYPE_CHECKING, Union
from typing import Callable, Iterator, Tuple, Type, Union

import pytest
from _pytest.logging import LogCaptureFixture
Expand All @@ -26,9 +26,6 @@
WindowsFileLock,
)

if TYPE_CHECKING:
from _typeshed import HasFileno


@pytest.mark.parametrize(
("lock_type", "path_type"),
Expand Down

0 comments on commit 68edf85

Please sign in to comment.