timsaucer commented on code in PR #909: URL: https://github.com/apache/datafusion-python/pull/909#discussion_r1807067228
########## python/datafusion/dataframe.py: ########## @@ -21,7 +21,7 @@ from __future__ import annotations -from typing import Any, List, TYPE_CHECKING, Literal +from typing import Any, Iterable, List, TYPE_CHECKING Review Comment: ```suggestion from typing import Any, Iterable, List, Literal, TYPE_CHECKING ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
