From 8c9fbe373357bb58913f38411eb4891541edb1f6 Mon Sep 17 00:00:00 2001 From: Avasam Date: Sun, 5 Dec 2021 14:52:51 -0500 Subject: [PATCH] Using python/typeshed/pull/6492 --- scripts/requirements.txt | Bin 782 -> 798 bytes services/utils.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 24fe24f7be68f2c67eb733bd00452d9ea134010e..85762124e606d9607180de8e044471a45646b049 100644 GIT binary patch delta 27 hcmeBUo5!}{6%)T5gDrzGgC2t+gE^2in*5SU6#!mg1}gvn delta 11 ScmbQo*2lKt71QKjOez2y_XLOl diff --git a/services/utils.py b/services/utils.py index 862b49b5..8056547b 100644 --- a/services/utils.py +++ b/services/utils.py @@ -19,7 +19,7 @@ from requests.exceptions import ConnectionError as RequestsConnectionError, HTTPError from requests_cache.session import CachedSession -from simplejson.scanner import JSONDecodeError as SimpleJSONDecodeError +from simplejson.errors import JSONDecodeError as SimpleJSONDecodeError import configs