Skip to content

Commit 6df92dc

Browse files
committed
✨ sort the import list and add spaces
1 parent cec4e60 commit 6df92dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/setup.py.jj2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ from shutil import rmtree
1515
{% if external_module_library %}
1616
from distutils.core import setup, Extension
1717
{% else %}
18-
from setuptools import setup, find_packages, Command
18+
19+
from setuptools import Command, setup, find_packages
20+
1921
{%endif%}
2022
{%block platform_block%}
2123
from platform import python_implementation

0 commit comments

Comments
 (0)