Skip to content

Commit

Permalink
mypy fixup: hydra/_internal/grammar/grammar_functions.py (facebookres…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Jan 18, 2024
1 parent d425fe6 commit 5c21e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra/_internal/grammar/grammar_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Sweep,
)

ElementType = Union[str, int, bool, float, list, dict]
ElementType = Union[str, int, bool, float, List[Any], Dict[str, Any]]


def apply_to_dict_values(
Expand Down

0 comments on commit 5c21e65

Please sign in to comment.