From ab0039661ab213bfe72bd73252460ffb9248e801 Mon Sep 17 00:00:00 2001 From: deadzilla Date: Wed, 8 Jul 2026 00:37:35 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83?= =?UTF-8?q?=D0=B5=D0=BC=D1=8B=D0=B5=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82?= =?UTF-8?q?=D1=8B=20json=20=D0=B8=20pytest=20=D0=B8=D0=B7=20tests/test=5Ff?= =?UTF-8?q?etch=5Fcat.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_fetch_cat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_fetch_cat.py b/tests/test_fetch_cat.py index be2e7a3..ac7f291 100644 --- a/tests/test_fetch_cat.py +++ b/tests/test_fetch_cat.py @@ -1,5 +1,3 @@ -import json -import pytest import requests from requests.exceptions import ConnectionError, Timeout, SSLError from unittest.mock import patch, MagicMock