Skip to content

Commit

Permalink
fix: Removed unreachable return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-pisman committed Sep 26, 2023
1 parent eb97462 commit e8df4da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unipoll_api/actions/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ async def get_workspace(workspace: Workspace,
policies=policies,
polls=polls)

return workspace


# Update a workspace
async def update_workspace(workspace: Workspace,
Expand Down

0 comments on commit e8df4da

Please sign in to comment.