From 9ef8332a60df83ffdf20d7e718ab4f1f2c0ec69c Mon Sep 17 00:00:00 2001 From: Manjinder Singh Date: Fri, 8 Oct 2021 17:30:16 -0400 Subject: [PATCH] Revert "feat: adding code owner for a Celery event" This reverts commit 2c37fec345ecb85d63b3c60ce6ee67201aea5343. --- openedx/core/djangoapps/user_authn/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/core/djangoapps/user_authn/tasks.py b/openedx/core/djangoapps/user_authn/tasks.py index 7fa4c218ec..4e2f7a8b74 100644 --- a/openedx/core/djangoapps/user_authn/tasks.py +++ b/openedx/core/djangoapps/user_authn/tasks.py @@ -44,7 +44,6 @@ def get_pwned_properties(pwned_response, password): @shared_task -@set_code_owner_attribute def check_pwned_password_and_send_track_event(user_id, password, internal_user=False): """ Check the Pwned Databases and send its event to Segment