chore: update base application package dependencies and configuration files

This commit is contained in:
bot
2024-12-21 11:59:52 +00:00
parent 2ae0862b76
commit 4e7a07e800
3 changed files with 0 additions and 2 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-2
View File
@@ -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