Skip to content

Commit 92b51a4

Browse files
committed
Fix double import
1 parent 6ac98f4 commit 92b51a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/importlib/resources/_common.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if sys.version_info >= (3, 11):
88
from importlib.resources.abc import ResourceReader, Traversable
99
from pathlib import Path
1010
from typing import Literal, TypeAlias, overload
11-
from typing_extensions import TypeAlias, deprecated
11+
from typing_extensions import deprecated
1212

1313
Package: TypeAlias = str | types.ModuleType
1414

0 commit comments

Comments
 (0)