We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b795342 commit 4891fa4Copy full SHA for 4891fa4
1 file changed
src/opengeodeweb_back/routes/blueprint_routes.py
@@ -184,7 +184,7 @@ def inspect_file() -> flask.Response:
184
return flask.make_response({"inspection_result": inspection_result}, 200)
185
186
187
-def extract_inspector_result(inspection_data: Any) -> dict:
+def extract_inspector_result(inspection_data: Any) -> dict[str, Any]:
188
new_object = {}
189
190
if hasattr(inspection_data, "inspection_type"):
0 commit comments