diff --git a/dist/app-1.0.0-py3-none-any.whl b/dist/app-1.0.0-py3-none-any.whl index 3391f8b..949ae6a 100644 Binary files a/dist/app-1.0.0-py3-none-any.whl and b/dist/app-1.0.0-py3-none-any.whl differ diff --git a/dist/app-1.0.0.tar.gz b/dist/app-1.0.0.tar.gz index 4b0ea14..c867cab 100644 Binary files a/dist/app-1.0.0.tar.gz and b/dist/app-1.0.0.tar.gz differ diff --git a/src/app/cache.py b/src/app/cache.py index 2c09359..0a29ec5 100644 --- a/src/app/cache.py +++ b/src/app/cache.py @@ -25,7 +25,6 @@ # SOFTWARE. -import asyncio import time from functools import wraps @@ -74,4 +73,3 @@ def time_cache_async(timeout: int = 600): return wrapper return decorator -