typehint в app и conftest

This commit is contained in:
2024-01-30 13:05:15 +03:00
parent bde9581090
commit e378bf1da1
2 changed files with 13 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ tags_metadata = [
]
def create_app():
def create_app() -> FastAPI:
"""
Фабрика FastAPI.
"""