Skip to content

Commit

Permalink
setup: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Sep 4, 2024
1 parent a9f3c24 commit 31666d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import codecs
import os

from setuptools import setup, find_packages
from setuptools import find_packages, setup
from setuptools.command.build_py import build_py

# Extra commands for documentation management
Expand Down

0 comments on commit 31666d9

Please sign in to comment.