Skip to content

Commit eeac931

Browse files
committed
cleanup types
1 parent 50434a2 commit eeac931

File tree

1 file changed

+1
-1
lines changed
  • src/phoenix/server/api/routers/v1

1 file changed

+1
-1
lines changed

src/phoenix/server/api/routers/v1/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async def delete_user(
211211
user_id: str = Path(
212212
..., description="The GlobalID of the user (base64-encoded, e.g. 'VXNlcjox')."
213213
),
214-
):
214+
) -> None:
215215
try:
216216
user_pk = from_global_id_with_expected_type(GlobalID.from_id(user_id), "User")
217217
except Exception:

0 commit comments

Comments
 (0)