linter+fmt

This commit is contained in:
2024-09-27 13:30:29 +03:00
parent eff5cdb394
commit 21591df427
7 changed files with 14 additions and 15 deletions

View File

@@ -6,7 +6,6 @@ import logging
logger = logging.getLogger("state.redis")
class RedisService:
def __init__(self, uri=REDIS_URL):
self._uri: str = uri