Commit 274271d1 authored by Benjamin Peterson's avatar Benjamin Peterson

remove unused imports (closes #12432)

A patch from Vincent Legoll.
parent e4a51e65
......@@ -23,7 +23,6 @@ hexbin(inputfilename, outputfilename)
#
import io
import os
import sys
import struct
import binascii
......
......@@ -31,7 +31,6 @@ import tempfile
import time
import tokenize
import traceback
import types
def reset():
"""Return a string that resets the CGI and browser to a known state."""
......
......@@ -2,7 +2,6 @@
import sys
from functools import wraps
from warnings import warn
__all__ = ["contextmanager", "closing", "ContextDecorator"]
......
"""Filename globbing utility."""
import sys
import os
import re
import fnmatch
......
......@@ -33,7 +33,6 @@ import sys
import os
import types
import itertools
import string
import re
import imp
import tokenize
......
......@@ -7,7 +7,7 @@
__revision__ = "$Id$"
import string, re
import re
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
......
......@@ -108,7 +108,6 @@ import tkinter as TK
import types
import math
import time
import os
import inspect
from os.path import isfile, split, join
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment