Skip to content
Snippets Groups Projects
Commit 8170b59f authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[setup] Import cleanup

parent 8927cf61
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@
###############################################################################
from setuptools import setup, find_packages, dist
from setuptools import dist
from setuptools import find_packages
from setuptools import setup
dist.Distribution(dict(setup_requires=["beat.cmdline"]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment