Skip to content

Commit 113cc7f

Browse files
authored
Fix urllib.parse import to avoid warnings with ty and Pyright (#4425)
1 parent 88366ba commit 113cc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archinstall/lib/mirror/mirror_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import time
2-
import urllib
2+
import urllib.parse
33
from pathlib import Path
44

55
from archinstall.lib.models import MirrorRegion

0 commit comments

Comments
 (0)