8000 format · chenkovsky/datafusion-python@768b6c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 768b6c0

Browse files
committed
format
1 parent 9897b63 commit 768b6c0

Some content is hidden

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

53 files changed

+328
-774
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 # type: ignore
27+
import importlib_metadata # type: ignore
2828

2929
from .context import (
3030
SessionContext,

0 commit comments

Comments
 (0)
0