Browse Source

Sort the imports in test_rebind.py

Cleanup after #27968.
teor 5 years ago
parent
commit
e36e4a9671
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/test/test_rebind.py

+ 5 - 5
src/test/test_rebind.py

@@ -1,12 +1,12 @@
 from __future__ import print_function
 
-import sys
-import subprocess
-import socket
+import errno
 import os
-import time
 import random
-import errno
+import socket
+import subprocess
+import sys
+import time
 
 LOG_TIMEOUT = 60.0
 LOG_WAIT = 0.1