import-fix

This commit is contained in:
Tony Rewin 2023-10-05 00:28:06 +03:00
parent 37de8b9608
commit 9c5fd338e3
2 changed files with 1 additions and 6 deletions

5
CHECKS
View File

@ -1,5 +0,0 @@
WAIT=10
TIMEOUT=10
ATTEMPTS=3
/

View File

@ -1,5 +1,5 @@
import json import json
from redis import redis from services.redis import redis
async def notify_message(message, chat_id: str): async def notify_message(message, chat_id: str):