Reduced readability to please flake8

This commit is contained in:
Niels Laukens 2019-06-17 16:59:07 +02:00
parent a5d1b22534
commit 5f46aa8c50
No known key found for this signature in database
GPG Key ID: D1397B5A6435A6D8

View File

@ -195,7 +195,7 @@ class FakeZone(BaseModel):
record_set
for record_set in self.rrsets
if record_set.name != rrset['Name'] or
(rrset.get('Type') is not None and record_set.type_ != rrset['Type'])
(rrset.get('Type') is not None and record_set.type_ != rrset['Type'])
]
def delete_rrset_by_id(self, set_identifier):