typehint в app и conftest
This commit is contained in:
@@ -61,7 +61,7 @@ tags_metadata = [
|
||||
]
|
||||
|
||||
|
||||
def create_app():
|
||||
def create_app() -> FastAPI:
|
||||
"""
|
||||
Фабрика FastAPI.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user