Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 2, 2024
1 parent 57b80e0 commit f96ed93
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 @@ -50,8 +50,8 @@
from setuptools import Command
from setuptools import Distribution as _Distribution
from setuptools import Extension, setup
from setuptools._distutils.spawn import find_executable, spawn, DistutilsExecError
from setuptools._distutils.errors import CCompilerError, CompileError, DistutilsError
from setuptools._distutils.spawn import DistutilsExecError, find_executable, spawn
from setuptools.command.build_ext import build_ext
from setuptools.errors import LinkError, PlatformError

Expand Down

0 comments on commit f96ed93

Please sign in to comment.