Skip to content

Commit ae3572d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pluggy/_callers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
from collections.abc import Generator
88
from collections.abc import Mapping
9+
from collections.abc import Sequence
910
from typing import cast
1011
from typing import NoReturn
11-
from typing import Sequence
1212
import warnings
1313

1414
from ._hooks import HookImpl

0 commit comments

Comments
 (0)