Hopefully this will fix the whitespace linter

This commit is contained in:
Rebecca Hsieh 2025-03-25 13:01:42 -07:00
parent cb5255dd2b
commit 0a7610d6e9
No known key found for this signature in database

View file

@ -2048,7 +2048,7 @@ class Domain(TimeStampedModel, DomainHelper):
""" """
For #3596: Uncomment this return statement, and comment out the other return statement. For #3596: Uncomment this return statement, and comment out the other return statement.
This is for force setting the pendingDelete statue (see statuses).I will remove this This is for force setting the pendingDelete statue (see statuses).I will remove this
return when I merge as this is for testing purposes only. """ return when I merge as this is for testing purposes only. """ # noqa: W291
# return { # return {
# "auth_info": getattr(data, "auth_info", ...), # "auth_info": getattr(data, "auth_info", ...),