Skip to content

Commit 59c8a2f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 01d3c9a commit 59c8a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/importlib/util.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from importlib._bootstrap_external import (
1313
)
1414
from importlib.abc import Loader
1515
from types import TracebackType
16-
from typing_extensions import ParamSpec, deprecated, Self
16+
from typing_extensions import ParamSpec, Self, deprecated
1717

1818
_P = ParamSpec("_P")
1919

0 commit comments

Comments
 (0)