Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 6d5be3f

Browse files
committed
Unused imports
1 parent 682b6c6 commit 6d5be3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
import time
66

77
from setuptools import setup, Command
8-
from setuptools.command.sdist import sdist
9-
from setuptools.command.build_py import build_py
10-
from setuptools.command.egg_info import egg_info
118

129
here = os.path.dirname(os.path.abspath(__file__))
1310
is_repo = os.path.exists(os.path.join(here, ".git"))

0 commit comments

Comments
 (0)