Skip to content

Commit 73cca3c

Browse files
pre-commit-ci[bot]jonathangreen
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 83ee632 commit 73cca3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distutils.version import StrictVersion as Version
1515
from pathlib import Path
1616
from urllib.parse import urljoin
17-
from urllib.request import urlcleanup, urlopen, urlretrieve, Request
17+
from urllib.request import Request, urlcleanup, urlopen, urlretrieve
1818

1919
from setuptools import Extension, setup
2020
from setuptools.command.build_ext import build_ext as build_ext_orig

0 commit comments

Comments
 (0)