jorgecarleitao commented on a change in pull request #12411:
URL: https://github.com/apache/arrow/pull/12411#discussion_r810331784
##########
File path: dev/archery/archery/integration/runner.py
##########
@@ -18,6 +18,7 @@
from collections import namedtuple
from concurrent.futures import ThreadPoolExecutor
from functools import partial
+from typing import Callable, List
Review comment:
fixed.
Without a linter it is a bit difficult to keep consistency - e.g.
`archery/bot.py` has
```python
import os
import shlex
from pathlib import Path
from functools import partial
import tempfile
```
--
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]