mirror of https://github.com/nicolargo/glances.git
Remove unused lib in globals.py
This commit is contained in:
parent
5f3350e62f
commit
9cf60be628
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue