diff --git a/lslsh.py b/lslsh.py index ee1239b..7d49b04 100644 --- a/lslsh.py +++ b/lslsh.py @@ -1,6 +1,6 @@ import requests import warnings -from urllib3.connectionpool import InsecureRequestWarning +from urllib3.connectionpool import InsecureRequestWarning # type: ignore from json.decoder import JSONDecodeError import sys from typing import Dict