Skip to content

Commit e50f762

Browse files
setup: fix import order
1 parent 717f275 commit e50f762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)