precommit
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from orm.notification import Notification, NotificationAction, NotificationEntity
|
||||
from orm.notification import Notification
|
||||
from resolvers.model import NotificationReaction, NotificationAuthor, NotificationShout
|
||||
from services.db import local_session
|
||||
from services.rediscache import redis
|
||||
import asyncio
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(f"[listener.listen_task] ")
|
||||
logger = logging.getLogger("[listener.listen_task] ")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user