Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Jan 16, 2025
1 parent a1dc065 commit d56cf39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def serialize(
if inviter:
inviter_name = inviter.get_display_name()

# helping mypy - we know name will be a string since we fall back to email
name = serialized_user["name"] if serialized_user else email

data: OrganizationMemberResponse = {
Expand Down

0 comments on commit d56cf39

Please sign in to comment.