Skip to content

Commit 124d3ea

Browse files
committed
fix: type checking
1 parent db1bc62 commit 124d3ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2018
-116
lines changed

python/datafusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
try:
2525
import importlib.metadata as importlib_metadata
2626
except ImportError:
27-
import importlib_metadata
27+
import importlib_metadata # type: ignore
2828

2929
from .context import (
3030
SessionContext,

0 commit comments

Comments
 (0)