Skip to content

Commit

Permalink
Fix flake8 problems
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 1, 2022
1 parent bcd4414 commit 6819fd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setuptools/tests/config/downloads/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import io
import re
from pathlib import Path
from urllib.request import urlopen
Expand Down
1 change: 0 additions & 1 deletion setuptools/tests/config/test_apply_pyprojecttoml.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import re
import tarfile
from pathlib import Path
from urllib.request import urlopen
from unittest.mock import Mock
from zipfile import ZipFile

Expand Down

0 comments on commit 6819fd2

Please sign in to comment.