Skip to content

Commit 2039f0f

Browse files
committed
Remove unused import
1 parent 602bf14 commit 2039f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/operator.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ from _operator import (
5454
)
5555
from _typeshed import SupportsGetItem
5656
from typing import Any, Generic, ParamSpec, TypeVar, final, overload
57-
from typing_extensions import Self, TypeVarTuple, Unpack
57+
from typing_extensions import TypeVarTuple, Unpack
5858

5959
_T = TypeVar("_T")
6060
_T_co = TypeVar("_T_co", covariant=True)

0 commit comments

Comments
 (0)