Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Williams <54914403+andrea-williams@users.noreply.github.com>
  • Loading branch information
BCerki and andrea-williams authored Jan 22, 2025
1 parent 3efa6db commit 5bf1067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bc_obps/service/user_operator_service_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def list_user_operators_v2(
def update_status_and_create_contact(
cls, user_operator_id: UUID, payload: UserOperatorStatusUpdate, admin_user_guid: UUID
) -> UserOperator:
"Function to update the user_operator status. If they are being approved, we create a Contact record for them."
"""Function to update the user_operator status. If they are being approved, we create a Contact record for them."""
admin_user: User = UserDataAccessService.get_by_guid(admin_user_guid)
user_operator: UserOperator = UserOperatorDataAccessService.get_user_operator_by_id(user_operator_id)

Expand Down

0 comments on commit 5bf1067

Please sign in to comment.