Skip to content

Commit

Permalink
Fix length for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
therealslimhsiehdy committed Oct 28, 2024
1 parent dea1499 commit 3345136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registrar/views/portfolios.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def post(self, request, pk):
if member.is_only_admin_of_portfolio(portfolio_member_permission.portfolio):
return JsonResponse(
{
"error": "There must be at least one admin in your organization. Give another member admin persmissions, \n"
"make sure they log into the registrar, and then remove this member."
"error": "There must be at least one admin in your organization. Give another member admin \n"
"persmissions, make sure they log into the registrar, and then remove this member."
},
status=400,
)
Expand Down

0 comments on commit 3345136

Please sign in to comment.