8000 test_threading_local: add missing "import sys" (GH-8049) · miss-islington/cpython@5fee0a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fee0a2

Browse files
cclaussmiss-islington
authored andcommitted
test_threading_local: add missing "import sys" (pythonGH-8049)
(cherry picked from commit a0bb51e) Co-authored-by: cclauss <cclauss@me.com>
1 parent be37dbf commit 5fee0a2

File tree

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)
0