Fix urllib.parse import to avoid warnings with ty and Pyright (#4425)

This commit is contained in:
correctmost 2026-04-14 01:39:08 -04:00 committed by GitHub
parent 88366ba575
commit 113cc7fd94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import time
import urllib
import urllib.parse
from pathlib import Path
from archinstall.lib.models import MirrorRegion