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 d039f2f commit 6a083c9Copy full SHA for 6a083c9
turu-snowflake/src/turu/snowflake/features.py
@@ -49,7 +49,7 @@ class _NotSupportFeatureT(Generic[T]):
49
from typing import TypeVar
50
51
import pandera # type: ignore[import] # noqa: F401
52
- import pandera.typing
+ import pandera.typing # type: ignore[import] # noqa: F401
53
54
USE_PANDERA = True
55
PanderaDataFrame: TypeAlias = pandera.typing.DataFrame[T] # type: ignore
0 commit comments