Skip to content

Commit

Permalink
fix: formatting (cfpb#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 authored Jan 14, 2025
1 parent 9cbc531 commit 2f9ae7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/regtech_user_fi_management/routers/institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ def update_types(
)


@router.post("/{lei}/domains/", response_model=List[FinancialInstitutionDomainDto], dependencies=[Depends(check_domain)])
@router.post(
"/{lei}/domains/", response_model=List[FinancialInstitutionDomainDto], dependencies=[Depends(check_domain)]
)
@requires(["query-groups", "manage-users"])
def add_domains(
request: Request,
Expand Down

0 comments on commit 2f9ae7c

Please sign in to comment.