Skip to content

Commit 8f8379e

Browse files
GH1227 PR feedback
1 parent 39d0019 commit 8f8379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/dtypes/base.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from typing import (
22
ClassVar,
33
Literal,
4+
TypeVar,
45
)
56

67
from pandas.core.arrays import ExtensionArray
7-
from typing_extensions import TypeVar
88

99
from pandas._typing import type_t
1010

0 commit comments

Comments
 (0)