From 3623e7fea45d47127ba6ace7248a4794f21cc877 Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Fri, 11 Oct 2024 23:04:28 +0800 Subject: [PATCH] fix lint --- theine/theine.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theine/theine.py b/theine/theine.py index 8e2117f..dbe4714 100644 --- a/theine/theine.py +++ b/theine/theine.py @@ -21,12 +21,11 @@ Union, cast, overload, - Concatenate, no_type_check, ) from theine_core import ClockProCore, LruCore, TlfuCore -from typing_extensions import ParamSpec, Protocol +from typing_extensions import ParamSpec, Protocol, Concatenate from theine.exceptions import InvalidTTL from theine.models import CacheStats