Remove blank lines

This commit is contained in:
Piotr Pieprzycki
2021-01-04 09:14:58 +01:00
parent 7afedb9893
commit 7fe72f0061
-2
View File
@@ -500,8 +500,6 @@ class TestAzureDnsProvider(TestCase):
exists = provider.populate(zone)
self.assertTrue(exists)
self.assertEquals(len(zone.records), 17)
def test_populate_zone(self):