Skip to content

Commit

Permalink
test_threading_local: add missing "import sys" (GH-8049)
Browse files Browse the repository at this point in the history
(cherry picked from commit a0bb51e)

Co-authored-by: cclauss <[email protected]>
  • Loading branch information
miss-islington and cclauss authored Jan 6, 2019
1 parent be37dbf commit 65ed9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_threading_local.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
import unittest
from doctest import DocTestSuite
from test import support
Expand Down

0 comments on commit 65ed9f3

Please sign in to comment.