Fokko commented on code in PR #963: URL: https://github.com/apache/iceberg-python/pull/963#discussion_r1891313375
########## pyiceberg/table/__init__.py: ########## @@ -132,7 +132,8 @@ ) from pyiceberg.utils.concurrent import ExecutorFactory from pyiceberg.utils.config import Config -from pyiceberg.utils.deprecated import deprecated, deprecation_message +from pyiceberg.utils.deprecated import deprecated +from pyiceberg.utils.deprecated import deprecation_message as deprecation_message Review Comment: ```suggestion from pyiceberg.utils.deprecated import deprecated, deprecation_message ``` -- 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