Skip to content

Commit 65ed9f3

Browse files
test_threading_local: add missing "import sys" (GH-8049)
(cherry picked from commit a0bb51e) Co-authored-by: cclauss <cclauss@me.com>
1 parent be37dbf commit 65ed9f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)