Skip to content

Commit 4891fa4

Browse files
committed
dict
1 parent b795342 commit 4891fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def inspect_file() -> flask.Response:
184184
return flask.make_response({"inspection_result": inspection_result}, 200)
185185

186186

187-
def extract_inspector_result(inspection_data: Any) -> dict:
187+
def extract_inspector_result(inspection_data: Any) -> dict[str, Any]:
188188
new_object = {}
189189

190190
if hasattr(inspection_data, "inspection_type"):

0 commit comments

Comments
 (0)