mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 23:20:34 +00:00
Remove unused import.
This commit is contained in:
parent
186bb73ede
commit
237db49765
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -68,7 +68,6 @@ from distutils.command.build_ext import build_ext
|
|||
from distutils.command.sdist import sdist
|
||||
from distutils.command.clean import clean
|
||||
from distutils.command.install_data import install_data
|
||||
from distutils.command.register import register
|
||||
from distutils.dir_util import remove_tree
|
||||
from distutils.file_util import write_file
|
||||
from distutils.spawn import find_executable
|
||||
|
|
|
|||
Loading…
Reference in a new issue