mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Remove unused import
This commit is contained in:
parent
245ce8db46
commit
052cbcf635
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ __all__ = [
|
|||
|
||||
import __future__
|
||||
|
||||
import sys, traceback, inspect, linecache, os, re, types
|
||||
import sys, traceback, inspect, linecache, os, re
|
||||
import unittest, difflib, pdb, tempfile
|
||||
import warnings
|
||||
from StringIO import StringIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue