kosiew commented on code in PR #1243: URL: https://github.com/apache/datafusion-python/pull/1243#discussion_r2366556540
########## python/datafusion/__init__.py: ########## @@ -21,24 +21,26 @@ See https://datafusion.apache.org/python for more information. """ +# isort: skip_file # Prevent import-sorting linter errors (I001) +# ruff: noqa: I001 Review Comment: I'll remove them. -- 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]
