fix type issues and remove logging

This commit is contained in:
Lucas Jensen
2025-01-15 18:07:43 -08:00
parent a961118f77
commit 842709884e
3 changed files with 2 additions and 8 deletions

View File

@@ -24,5 +24,4 @@ async def update_group(
) -> Group:
"""Updates the group bio, but requires the entire group object to be sent in the request body.
Requires authentication."""
ic(group)
return await controller.update_group(group, token)