From b032dc1b24722c946c3c2f01762f00a334754280 Mon Sep 17 00:00:00 2001 From: Bridget Date: Sun, 12 Apr 2020 23:26:19 +0200 Subject: [PATCH] Ignore mypy error --- lslsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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