Skip to content

Commit 31666d9

Browse files
setup: fix import order
1 parent a9f3c24 commit 31666d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import codecs
88
import os
99

10-
from setuptools import setup, find_packages
10+
from setuptools import find_packages, setup
1111
from setuptools.command.build_py import build_py
1212

1313
# Extra commands for documentation management

0 commit comments

Comments
 (0)