Fix lint errors

This commit is contained in:
Erin 2023-10-19 11:13:55 -07:00
parent 9be47b754f
commit 81b58167a6
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -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)