Skip to content
Snippets Groups Projects
Commit 1fd5dd93 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

increased specificity of mypy ignore statements

parent 474f4537
No related branches found
No related tags found
1 merge request!48increased specificity of mypy ignore statements
Pipeline #84145 canceled
......@@ -16,8 +16,8 @@ router = APIRouter()
class Version(BaseModel):
"""Simple model for returning a version number of both the API and the `goat-lso` module."""
api: VERSION_STRING # type: ignore
module: VERSION_STRING # type: ignore
api: VERSION_STRING # type: ignore[valid-type]
module: VERSION_STRING # type: ignore[valid-type]
@router.get("/version")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment