Skip to content

Commit af6dc7e

Browse files
committed
minor ruff change
1 parent 0265fa3 commit af6dc7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
from __future__ import annotations
2323

2424
import warnings
25-
from collections.abc import Iterable, Sequence
25+
from collections.abc import AsyncIterator, Iterable, Iterator, Sequence
2626
from typing import (
2727
TYPE_CHECKING,
2828
Any,
29-
AsyncIterator,
30-
Iterator,
3129
Literal,
3230
overload,
3331
)

0 commit comments

Comments
 (0)