mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
Fix lint errors
This commit is contained in:
parent
9be47b754f
commit
81b58167a6
1 changed files with 1 additions and 2 deletions
|
@ -851,7 +851,7 @@ class MockEppLib(TestCase):
|
|||
res_data=[self.mockDataHostChange],
|
||||
code=ErrorCode.COMMAND_COMPLETED_SUCCESSFULLY,
|
||||
)
|
||||
|
||||
|
||||
def mockDeleteDomainCommands(self, _request, cleaned):
|
||||
if getattr(_request, "name", None) == "failDelete.gov":
|
||||
name = getattr(_request, "name", None)
|
||||
|
@ -862,7 +862,6 @@ class MockEppLib(TestCase):
|
|||
)
|
||||
return None
|
||||
|
||||
|
||||
def mockInfoDomainCommands(self, _request, cleaned):
|
||||
request_name = getattr(_request, "name", None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue