Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4acf6c9d
Commit
4acf6c9d
authored
Oct 20, 2018
by
Victor Stinner
Committed by
Ethan Furman
Oct 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34536: Cleanup test_enum imports (GH-9979)
sys and threading were imported twice.
parent
ded87d80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Lib/test/test_enum.py
Lib/test/test_enum.py
+0
-5
No files found.
Lib/test/test_enum.py
View file @
4acf6c9d
...
...
@@ -3,7 +3,6 @@ import inspect
import
pydoc
import
sys
import
unittest
import
sys
import
threading
from
collections
import
OrderedDict
from
enum
import
Enum
,
IntEnum
,
EnumMeta
,
Flag
,
IntFlag
,
unique
,
auto
...
...
@@ -12,10 +11,6 @@ from pickle import dumps, loads, PicklingError, HIGHEST_PROTOCOL
from
test
import
support
from
datetime
import
timedelta
try
:
import
threading
except
ImportError
:
threading
=
None
# for pickle tests
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment