Skip to content

Commit 6819fd2

Browse files
committed
Fix flake8 problems
1 parent bcd4414 commit 6819fd2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setuptools/tests/config/downloads/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import io
21
import re
32
from pathlib import Path
43
from urllib.request import urlopen

setuptools/tests/config/test_apply_pyprojecttoml.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import re
66
import tarfile
77
from pathlib import Path
8-
from urllib.request import urlopen
98
from unittest.mock import Mock
109
from zipfile import ZipFile
1110

0 commit comments

Comments
 (0)