Skip to content

Commit a0bb51e

Browse files
cclaussvstinner
authored andcommitted
test_threading_local: add missing "import sys" (pythonGH-8049)
1 parent 11303dd commit a0bb51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_threading_local.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import sys
12
import unittest
23
from doctest import DocTestSuite
34
from test import support

0 commit comments

Comments
 (0)