Skip to content

Commit

Permalink
fix failing isort check (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed May 9, 2024
1 parent dde12b8 commit c126ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adodbapi/setup.py
Expand Up @@ -41,8 +41,8 @@


def setup_package():
from setuptools.command.build_py import build_py
from setuptools import setup
from setuptools.command.build_py import build_py

setup(
cmdclass={"build_py": build_py},
Expand Down

0 comments on commit c126ac1

Please sign in to comment.