Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AddisonDunn committed Dec 13, 2023
1 parent 5438b12 commit a2c2e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/registration/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def confirm_domain(request, guid=''):

# Has guid already been confirmed?
if requested_domain.is_active:
assert(req.confirm_time is not None and req.confirm_ip is not None)
assert (req.confirm_time is not None and req.confirm_ip is not None)
messages.success(request, 'Your account %s has already been activated. '
'No further validation is required.' % req.new_user_username)
return HttpResponseRedirect(reverse(view_name, args=view_args))
Expand Down

0 comments on commit a2c2e8d

Please sign in to comment.