Skip to content

Commit

Permalink
Tiny style change to trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed May 16, 2022
1 parent 28429ef commit ee24206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eap_backend/eap_api/views.py
Expand Up @@ -130,8 +130,8 @@ def make_summary(serialized_data):
Take in a full serialized object, and return dict containing just
the id and the name
parameter: serialized_data, dict, or list of dicts
returns: dict, or list of dicts, containing just "name" and "id" key/values.
Parameter: serialized_data, dict, or list of dicts
Returns: dict, or list of dicts, containing just "name" and "id" key/values.
"""

def summarize_one(data):
Expand Down

0 comments on commit ee24206

Please sign in to comment.