Commit 1848be19 authored by Benjamin Peterson's avatar Benjamin Peterson

remove unused imports

parent 6da3012d
......@@ -25,18 +25,11 @@ optional arguments:
--upgrade Upgrade the environment directory to use this version
of Python, assuming Python has been upgraded in-place.
"""
import base64
import io
import logging
import os
import os.path
import shutil
import sys
import sysconfig
try:
import threading
except ImportError:
threading = None
import types
logger = logging.getLogger(__name__)
......
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