3dbrows commented on code in PR #13633: URL: https://github.com/apache/arrow/pull/13633#discussion_r941063191
########## python/pyarrow/tests/test_fs.py: ########## @@ -15,24 +15,21 @@ # specific language governing permissions and limitations # under the License. -from datetime import datetime, timezone, timedelta import gzip import os import pathlib import pickle - -import pytest import weakref +from datetime import datetime, timedelta, timezone Review Comment: Yes, sorry, fighting a linter on my local machine. Will undo the import changes. -- 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]
