Fokko commented on code in PR #1534: URL: https://github.com/apache/iceberg-python/pull/1534#discussion_r1943521481
########## pyiceberg/expressions/literals.py: ########## @@ -28,6 +28,8 @@ from math import isnan from typing import Any, Generic, Type from uuid import UUID +from datetime import date +from datetime import datetime Review Comment: Can you run `make lint`? This should collapse the imports into a single line: ```suggestion from datetime import date, datetime ``` Running the `lint` command will also flag and fix other violations. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org