Skip to content

Commit e872f37

Browse files
VizonexCopilot
andauthored
Update tests/isolated/multidict_global_counter.py
Co-authored-by: Copilot <[email protected]>
1 parent a7fad51 commit e872f37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/isolated/multidict_global_counter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import sysconfig
12
import threading
3+
24
import multidict
35
from multidict import MultiDict
4-
import sysconfig
56

67
FREETHREADED = bool(sysconfig.get_config_var("Py_GIL_DISABLED"))
78

0 commit comments

Comments
 (0)