Skip to content

Commit 6a083c9

Browse files
committed
fix: ci.
1 parent d039f2f commit 6a083c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turu-snowflake/src/turu/snowflake/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class _NotSupportFeatureT(Generic[T]):
4949
from typing import TypeVar
5050

5151
import pandera # type: ignore[import] # noqa: F401
52-
import pandera.typing
52+
import pandera.typing # type: ignore[import] # noqa: F401
5353

5454
USE_PANDERA = True
5555
PanderaDataFrame: TypeAlias = pandera.typing.DataFrame[T] # type: ignore

0 commit comments

Comments
 (0)