Skip to content

Commit 5a2eac4

Browse files
committed
Move the position of an import statement
1 parent e28f37b commit 5a2eac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

seleniumbase/core/proxy_helper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import threading
32
import zipfile
43
from seleniumbase.fixtures import constants
54

@@ -65,6 +64,8 @@ def create_proxy_zip(proxy_string, proxy_user, proxy_pass):
6564
""""minimum_chrome_version":"22.0.0"\n"""
6665
"""}"""
6766
)
67+
import threading
68+
6869
lock = threading.RLock() # Support multi-threaded test runs with Pytest
6970
with lock:
7071
abs_path = os.path.abspath(".")

0 commit comments

Comments
 (0)