Skip to content

Fix Pyright warning with urllib.parse - #3228

Merged
svartkanin merged 1 commit into
archlinux:masterfrom
correctmost:cm/fix-urllib-parse-warning
Mar 6, 2025
Merged

svartkanin merged 1 commit into
archlinux:masterfrom
correctmost:cm/fix-urllib-parse-warning

Conversation

@correctmost

Copy link
Copy Markdown
Contributor

PR Description:

Pyright reported the following warning because urllib was imported in the file rather than urllib.parse:

archinstall/lib/mirrors.py:501:22 - error: "parse" is not a known attribute of module "urllib" (reportAttributeAccessIssue)

@correctmost
correctmost requested a review from Torxed as a code owner March 6, 2025 06:10
@svartkanin
svartkanin merged commit 54d426e into archlinux:master Mar 6, 2025
@correctmost
correctmost deleted the cm/fix-urllib-parse-warning branch March 6, 2025 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants