We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ef26c commit c61d444Copy full SHA for c61d444
1 file changed
arthur/apis/github/orgs.py
@@ -12,7 +12,6 @@ async def remove_org_member(username: str) -> None:
12
async with session.delete(endpoint, headers=HEADERS) as resp:
13
try:
14
resp.raise_for_status()
15
- return await resp.json()
16
except aiohttp.ClientResponseError as e:
17
if e.status == HTTP_404:
18
msg = f"Team or user not found in the org: {e.message}"
0 commit comments