Skip to content

Commit

Permalink
Dropped import during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer authored Oct 18, 2024
1 parent 428b209 commit 26405c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/datafusion/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from __future__ import annotations

from typing import Any, Iterable, List, TYPE_CHECKING
from typing import Any, Iterable, List, Literal, TYPE_CHECKING
from datafusion.record_batch import RecordBatchStream
from typing_extensions import deprecated
from datafusion.plan import LogicalPlan, ExecutionPlan
Expand Down

0 comments on commit 26405c0

Please sign in to comment.