mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Hopefully this will fix the whitespace linter
This commit is contained in:
parent
cb5255dd2b
commit
0a7610d6e9
1 changed files with 1 additions and 1 deletions
|
@ -2048,7 +2048,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
"""
|
||||
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
|
||||
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 {
|
||||
# "auth_info": getattr(data, "auth_info", ...),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue