We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38388e6 commit 9f24548Copy full SHA for 9f24548
1 file changed
codegen/lco/generator.py
@@ -11,7 +11,9 @@
11
VALID_FACILITIES = ["SOAR", "LCO", "SAAO", "BLANCO"]
12
13
14
-def get_extra_params_fields(extra_params_validation_schema: dict) -> dict:
+def get_extra_params_fields(
15
+ extra_params_validation_schema: dict[Any, Any],
16
+) -> dict[Any, Any]:
17
"""Loops over the "extra_params" section of a validation_schema dict and creates a dictionary of
18
field to aeonlib field_class to place into the template
19
"""
0 commit comments