Skip to content

Commit

Permalink
Fix error with __wrapped__
Browse files Browse the repository at this point in the history
  • Loading branch information
trumully committed Sep 25, 2024
1 parent a1d6495 commit 6d56543
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dynamo/utils/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def _make_key(


class CachedTask(Generic[S, P, T]):
__slots__: tuple[str, ...] = ("__wrapped__", "cache_info", "cache_clear", "cache_parameters")

@property
def __wrapped__(self) -> WrappedCoroutine[S, P, T]: ...

Expand Down

0 comments on commit 6d56543

Please sign in to comment.