Skip to content

Commit

Permalink
fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryKodden committed Jan 5, 2023
1 parent fc202f4 commit 7d5c8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/scim/group_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from server.scim.user_template import version_value, date_time_format, replace_none_values
from server.scim.schema_template import SCIM_SCHEMA_CORE, SCIM_API_MESSAGES


def _meta_info(group: Union[Group, Collaboration]):
return {"resourceType": "Group",
"created": date_time_format(group.created_at),
Expand Down

0 comments on commit 7d5c8ef

Please sign in to comment.