Skip to content

Commit 71164a8

Browse files
committed
Reorder imports
1 parent c3edd93 commit 71164a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from datetime import datetime
3434
from logging import getLogger
3535
from time import sleep
36+
import threading
3637

3738

3839
# Avoid checking os type numerous times
@@ -74,7 +75,6 @@
7475
import queue
7576
except ImportError:
7677
import Queue as queue
77-
import threading
7878

7979
# Python 2.7 compat fixes (missing typing)
8080
try:

0 commit comments

Comments
 (0)