Skip to content

Commit 26f7aca

Browse files
Fix order of imports
1 parent b112e87 commit 26f7aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/templates/setup.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pathlib
22

3-
from setuptools import setup, find_packages
3+
from setuptools import find_packages, setup
44

55
here = pathlib.Path(__file__).parent.resolve()
66
long_description = (here / "README.md").read_text(encoding="utf-8")

0 commit comments

Comments
 (0)