shout-id-fox+test-imports-fix
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-05-29 23:40:27 +03:00
parent e375db4125
commit 1223c1d278
7 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import pytest
from orm.author import Author
from auth.orm import Author
from orm.shout import Shout

View File

@@ -2,7 +2,7 @@ from datetime import datetime
import pytest
from orm.author import Author
from auth.orm import Author
from orm.reaction import ReactionKind
from orm.shout import Shout

View File

@@ -2,7 +2,7 @@ from datetime import datetime
import pytest
from orm.author import Author
from auth.orm import Author
from orm.shout import Shout