Skip to content

Commit

Permalink
Apply Linting & Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiramtilakiiit authored and github-actions[bot] committed Mar 27, 2024
1 parent fa11599 commit 990c246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutations_members.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def editMember(memberInput: FullMemberInput, info: Info) -> MemberType:
raise Exception("No such Record!")
else:
member_ref = Member.parse_obj(member_ref)

member_roles = member_ref.roles

roles = []
Expand Down

0 comments on commit 990c246

Please sign in to comment.