Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker committed Feb 16, 2024
1 parent d0505ad commit 5c9c290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion memgpt/server/rest_api/admin/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class DeleteAPIKeyResponse(BaseModel):


def setup_admin_router(server: SyncServer, interface: QueuingInterface):

@router.get("/users", tags=["users"], response_model=GetAllUsersResponse)
def get_all_users():
"""
Expand Down

0 comments on commit 5c9c290

Please sign in to comment.