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 Jul 18, 2022
1 parent 5a6a26a commit ffe1e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -15,8 +15,9 @@
import sys
import warnings

from setuptools import Extension
from setuptools import __version__ as setuptools_version
from setuptools import Extension, setup
from setuptools import setup
from setuptools.command.build_ext import build_ext


Expand Down

0 comments on commit ffe1e89

Please sign in to comment.