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 01d3c9a commit 59c8a2fCopy full SHA for 59c8a2f
stdlib/importlib/util.pyi
@@ -13,7 +13,7 @@ from importlib._bootstrap_external import (
13
)
14
from importlib.abc import Loader
15
from types import TracebackType
16
-from typing_extensions import ParamSpec, deprecated, Self
+from typing_extensions import ParamSpec, Self, deprecated
17
18
_P = ParamSpec("_P")
19
0 commit comments