Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Jan 17, 2025
1 parent fb77e0d commit a5b1015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlos_bench/mlos_bench/tunables/tunable.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class TunableDict(TunableDictOpt):
default: TunableValue


def tunable_dict_from_dict(config: dict[str, Any]) -> "TunableDict":
def tunable_dict_from_dict(config: dict[str, Any]) -> TunableDict:
"""
Creates a TunableDict from a regular dict.
Expand Down

0 comments on commit a5b1015

Please sign in to comment.