Remove unused lib in globals.py

This commit is contained in:
nicolargo 2024-10-19 15:31:01 +02:00
parent 5f3350e62f
commit 9cf60be628
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ from typing import Any, Dict, List, Union
from urllib.error import HTTPError, URLError
from urllib.parse import urlparse
from urllib.request import Request, urlopen
from xmlrpc.client import Fault, ProtocolError, Server, ServerProxy, Transport
# Prefer faster libs for JSON (de)serialization
# Preference Order: orjson > ujson > json (builtin)