We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae0670 commit 89b4ef2Copy full SHA for 89b4ef2
cads_processing_api_service/translators.py
@@ -207,7 +207,7 @@ def translate_request_ids_into_labels(
207
cds_form = [cds_form]
208
# This will include in the labels the input keys that are not associated with
209
# any cds_input_schema in the cds_form
210
- request_labels = {
+ request_labels: dict[str, Any] = {
211
input_key_id: str(input_value_id)
212
for input_key_id, input_value_id in request.items()
213
}
0 commit comments