Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Oct 11, 2024
1 parent 07667d8 commit 3623e7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions theine/theine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3623e7f

Please sign in to comment.