CodingJonas commented on a change in pull request #8617:
URL: https://github.com/apache/airflow/pull/8617#discussion_r438082229



##########
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:
       Thanks for the hint, `isort` seems really nice. In my case it did not 
change the import structure. Does Airflow use some custom config or rules for 
it?




----------------------------------------------------------------
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]


Reply via email to