Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 16, 2023
1 parent 5c3cb1f commit 91ae15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_server/data_sources/todays_institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def convert_krs_institution(
inst: str,
attrs: dict[str, str],
) -> uut.Institution:
"""Convert from krs response data to list[uut.Institution]."""
"""Convert from krs response dict to an Institution instance."""
try:
has_mou = strtobool(attrs.get("has_mou", "false"))
if has_mou and "name" not in attrs:
Expand Down

0 comments on commit 91ae15e

Please sign in to comment.