Fix Pyright warning with urllib.parse (#3228)

This commit is contained in:
correctmost 2025-03-06 02:23:43 -05:00 committed by GitHub
parent 9a3ec27645
commit 54d426e54c
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 typing import TYPE_CHECKING, override