pitrou commented on a change in pull request #10982: URL: https://github.com/apache/arrow/pull/10982#discussion_r698366336
########## File path: docs/source/conf.py ########## @@ -37,14 +37,10 @@ import warnings from unittest import mock +import datafusion import pyarrow - -sys.path.extend([ - os.path.join(os.path.dirname(__file__), - '..', '../..') - -]) +sys.path.extend([os.path.join(os.path.dirname(__file__), "..", "../..")]) Review comment: Most of this file is auto-generated. By making style changes we will make it more difficult to diff the current file against a pristine file. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org