nullhack commented on a change in pull request #8617:
URL: https://github.com/apache/airflow/pull/8617#discussion_r436528891
##########
File path: airflow/providers/docker/operators/docker_swarm.py
##########
@@ -16,6 +16,8 @@
# under the License.
"""Run ephemeral Docker Swarm services"""
+from time import sleep
+
Review comment:
As a suggestion, running `isort` on imports is a good practice.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]