plus-fix
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
2023-11-29 23:22:47 +03:00
parent 26682632bc
commit 851ab77f7b
3 changed files with 1 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ from typing import List
from sqlalchemy import and_, select
from sqlalchemy.orm import aliased
from sqlalchemy.exc import SQLAlchemyError
from orm.author import Author
from orm.notification import Notification as NotificationMessage, NotificationSeen
from services.auth import login_required
from services.db import local_session