Skip to content

Commit 39b04f4

Browse files
author
Prachi Gandhi
committed
fix comment
1 parent b06a9b2 commit 39b04f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • assets/evaluation_on_cloud/environments/evaluations-built-in/context

assets/evaluation_on_cloud/environments/evaluations-built-in/context/model_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
def get_key_from_dict(d, key, default=None):
18-
"""Get a particular Key from given dict"""
18+
"""Get a particular Key from given dict."""
1919
for k, v in d.items():
2020
if k.lower() == key.lower():
2121
return v

0 commit comments

Comments
 (0)