debug-3
All checks were successful
Deploy to core / deploy (push) Successful in 1m38s

This commit is contained in:
Untone 2024-02-03 20:13:51 +03:00
parent e7a1697f11
commit 23468e4b3e
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import logging
from typing import List
from sqlalchemy import aliased
from sqlalchemy.orm import aliased
from sqlalchemy.sql import and_
from orm.author import Author, AuthorFollower

View File

@ -211,3 +211,4 @@ def get_random_topic():
if r:
[topic] = r
return topic
return