mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
test_threading_local: add missing "import sys" (GH-8049)
This commit is contained in:
parent
11303dd603
commit
a0bb51e44c
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
import sys
|
||||
import unittest
|
||||
from doctest import DocTestSuite
|
||||
from test import support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue