Skip to content

Commit 9f24548

Browse files
committed
Silence pyright.
1 parent 38388e6 commit 9f24548

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

codegen/lco/generator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
VALID_FACILITIES = ["SOAR", "LCO", "SAAO", "BLANCO"]
1212

1313

14-
def get_extra_params_fields(extra_params_validation_schema: dict) -> dict:
14+
def get_extra_params_fields(
15+
extra_params_validation_schema: dict[Any, Any],
16+
) -> dict[Any, Any]:
1517
"""Loops over the "extra_params" section of a validation_schema dict and creates a dictionary of
1618
field to aeonlib field_class to place into the template
1719
"""

0 commit comments

Comments
 (0)