mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 19:13:19 +00:00
remove some unused imports (#260)
* remove some unused imports as suggested by lgtm https://lgtm.com/projects/g/yaml/pyyaml/ * add back import * from nodes * remove also sys import * remove mkpath import
This commit is contained in:
parent
e1ffe1afaa
commit
36fdf0c486
3 changed files with 3 additions and 3 deletions
1
setup.py
1
setup.py
|
@ -65,7 +65,6 @@ from distutils import log
|
|||
from distutils.core import setup, Command
|
||||
from distutils.core import Distribution as _Distribution
|
||||
from distutils.core import Extension as _Extension
|
||||
from distutils.dir_util import mkpath
|
||||
from distutils.command.build_ext import build_ext as _build_ext
|
||||
from distutils.command.bdist_rpm import bdist_rpm as _bdist_rpm
|
||||
from distutils.errors import DistutilsError, CompileError, LinkError, DistutilsPlatformError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue