Skip to content

Commit a2a2d10

Browse files
committed
Reorder imports
Signed-off-by: Joffrey F <[email protected]>
1 parent 2e67cd1 commit a2a2d10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/helpers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
import os
33
import os.path
44
import random
5+
import re
6+
import socket
57
import tarfile
68
import tempfile
79
import time
8-
import re
9-
import six
10-
import socket
1110

1211
import docker
1312
import paramiko
1413
import pytest
14+
import six
1515

1616

1717
def make_tree(dirs, files):

0 commit comments

Comments
 (0)