Skip to content

Commit 26405c0

Browse files
authored
Dropped import during merge
1 parent 428b209 commit 26405c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from __future__ import annotations
2323

24-
from typing import Any, Iterable, List, TYPE_CHECKING
24+
from typing import Any, Iterable, List, Literal, TYPE_CHECKING
2525
from datafusion.record_batch import RecordBatchStream
2626
from typing_extensions import deprecated
2727
from datafusion.plan import LogicalPlan, ExecutionPlan

0 commit comments

Comments
 (0)