aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-07 01:09:58 +0100
committerSam James <sam@gentoo.org>2023-08-07 01:12:28 +0100
commit816c1882de41dcf4a2fc65e455f95f8d8197883e (patch)
tree80e7e6cee69034ca570b8cda41a3a8c64e11bff5 /mirrorselect/mirrorparser3.py
parentReformat with `black` (diff)
downloadmirrorselect-816c1882de41dcf4a2fc65e455f95f8d8197883e.tar.gz
mirrorselect-816c1882de41dcf4a2fc65e455f95f8d8197883e.tar.bz2
mirrorselect-816c1882de41dcf4a2fc65e455f95f8d8197883e.zip
Run `autopep8`
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mirrorselect/mirrorparser3.py')
-rw-r--r--mirrorselect/mirrorparser3.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mirrorselect/mirrorparser3.py b/mirrorselect/mirrorparser3.py
index 37245ff..3e32880 100644
--- a/mirrorselect/mirrorparser3.py
+++ b/mirrorselect/mirrorparser3.py
@@ -86,7 +86,9 @@ class MirrorParser3:
if __name__ == "__main__":
import sys
- import urllib.request, urllib.parse, urllib.error
+ import urllib.request
+ import urllib.parse
+ import urllib.error
parser = MirrorParser3()
parser.parse(urllib.request.urlopen(MIRRORS_3_XML).read())