Fix Pyright warnings with importlib.util (#3214)

This commit is contained in:
correctmost 2025-03-01 18:40:53 -05:00 committed by GitHub
parent 1c6085f86c
commit f94e8b8984
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 hashlib
import importlib
import importlib.util
import os
import sys
import urllib.parse