Skip to content

Commit 89b4ef2

Browse files
committed
type-check
1 parent bae0670 commit 89b4ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cads_processing_api_service/translators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def translate_request_ids_into_labels(
207207
cds_form = [cds_form]
208208
# This will include in the labels the input keys that are not associated with
209209
# any cds_input_schema in the cds_form
210-
request_labels = {
210+
request_labels: dict[str, Any] = {
211211
input_key_id: str(input_value_id)
212212
for input_key_id, input_value_id in request.items()
213213
}

0 commit comments

Comments
 (0)