mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2025-01-11 08:56:14 +01:00
Remove unused imports
This commit is contained in:
parent
b0923ba7ea
commit
3e9cd58704
@ -3,21 +3,16 @@ import os
|
|||||||
import platform
|
import platform
|
||||||
import sys
|
import sys
|
||||||
import sysconfig
|
import sysconfig
|
||||||
import tempfile
|
|
||||||
import warnings
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Set
|
from typing import Set
|
||||||
|
|
||||||
from tox.config.loader.memory import MemoryLoader
|
from tox.config.loader.memory import MemoryLoader
|
||||||
from tox.execute.api import Execute
|
|
||||||
from tox.execute.local_sub_process import (
|
from tox.execute.local_sub_process import (
|
||||||
Execute,
|
Execute,
|
||||||
LocalSubProcessExecuteInstance,
|
LocalSubProcessExecuteInstance,
|
||||||
)
|
)
|
||||||
from tox.plugin import impl
|
from tox.plugin import impl
|
||||||
from tox.report import HandledError
|
|
||||||
from tox.tox_env.python.api import PythonInfo
|
from tox.tox_env.python.api import PythonInfo
|
||||||
from tox.tox_env.python.pip.pip_install import Pip
|
|
||||||
from tox.tox_env.python.runner import PythonRun
|
from tox.tox_env.python.runner import PythonRun
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user