Skip to content

Commit

Permalink
precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Jan 30, 2025
1 parent fa05193 commit fc4d438
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/app/customers/routes/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ async def mssp_license_check(session: AsyncSession):
if e.status_code != 400:
raise e

raise HTTPException(
status_code=400,
detail=error_message
)
raise HTTPException(status_code=400, detail=error_message)


@customers_router.post(
Expand Down

0 comments on commit fc4d438

Please sign in to comment.