Skip to content

Commit c61d444

Browse files
committed
Remove org member does not return content
1 parent 96ef26c commit c61d444

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arthur/apis/github/orgs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ async def remove_org_member(username: str) -> None:
1212
async with session.delete(endpoint, headers=HEADERS) as resp:
1313
try:
1414
resp.raise_for_status()
15-
return await resp.json()
1615
except aiohttp.ClientResponseError as e:
1716
if e.status == HTTP_404:
1817
msg = f"Team or user not found in the org: {e.message}"

0 commit comments

Comments
 (0)