Skip to content

Commit

Permalink
Task completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Arty-tech-dotcom committed Dec 2, 2024
1 parent 98121af commit 104fc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def cache(func: Callable) -> Callable:
cache_dict = {}

@wraps(func)
def wrapper(*args, **kwargs):
def wrapper(*args, **kwargs) -> Callable:

key = (args, tuple(kwargs.items()))

Expand Down

0 comments on commit 104fc36

Please sign in to comment.