diff --git a/src/registrar/signals.py b/src/registrar/signals.py index 45c4c4f97..9a1787227 100644 --- a/src/registrar/signals.py +++ b/src/registrar/signals.py @@ -54,4 +54,3 @@ def handle_profile(sender, instance, **kwargs): "There are multiple Contacts with the same email address." f" Picking #{contacts[0].id} for User #{instance.id}." ) -