Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Update type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Dec 12, 2023
1 parent 602223f commit aaaaa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linguaweb_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"email": "[email protected]",
},
swagger_ui_parameters={"operationsSorter": "method"},
openapi_tags=config.open_api_specification(),
openapi_tags=config.open_api_specification(), # type: ignore[arg-type] # Our class is more specific.
)

logger.info("Initializing API routes.")
Expand Down

0 comments on commit aaaaa33

Please sign in to comment.