From 5797d9cd2d562e5a84a47ffa7518b910827956fd Mon Sep 17 00:00:00 2001 From: Jun Hong Lim <87070008+rumor-thrower@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:35:02 +0900 Subject: [PATCH] chore: remove unused import of types in adapter.py --- cachecontrol/adapter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cachecontrol/adapter.py b/cachecontrol/adapter.py index 9a32634..4f4c185 100644 --- a/cachecontrol/adapter.py +++ b/cachecontrol/adapter.py @@ -4,7 +4,6 @@ from __future__ import annotations import functools -import types import weakref import zlib from typing import TYPE_CHECKING, Any, Collection, Mapping