summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-13 22:07:17 +0000
committerpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-13 22:07:17 +0000
commit689cdba0bbd695b1f733b8deee736b28f81c7912 (patch)
treea5f8f42e1c4095c0e5e7acf1bd01d49759270426
parentb1bd6c7c9c3f9f642825ab221df91f2e8d5ec247 (diff)
downloadmarkupsafe-dependabot/github_actions/joerick/cibuildwheel-2.3.1.tar.gz
[pre-commit.ci] auto fixes from pre-commit.com hooksdependabot/github_actions/joerick/cibuildwheel-2.3.1
for more information, see https://pre-commit.ci
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9bbb2e6..d3067df 100644
--- a/setup.py
+++ b/setup.py
@@ -1,10 +1,10 @@
import os
import platform
import sys
-
from distutils.errors import CCompilerError
from distutils.errors import DistutilsExecError
from distutils.errors import DistutilsPlatformError
+
from setuptools import Extension
from setuptools import setup
from setuptools.command.build_ext import build_ext