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 39d0019 commit 8f8379eCopy full SHA for 8f8379e
pandas-stubs/core/dtypes/base.pyi
@@ -1,10 +1,10 @@
1
from typing import (
2
ClassVar,
3
Literal,
4
+ TypeVar,
5
)
6
7
from pandas.core.arrays import ExtensionArray
-from typing_extensions import TypeVar
8
9
from pandas._typing import type_t
10
0 commit comments