1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Removing space from blank line

This commit is contained in:
Arunothia Marappan
2020-12-25 21:11:02 -08:00
parent 949a136f53
commit d28d51290b

View File

@@ -495,7 +495,7 @@ class AzureProvider(BaseProvider):
class_name = change.__class__.__name__
if class_name == 'Delete':
getattr(self, '_apply_{}'.format(class_name))(change)
for change in changes:
class_name = change.__class__.__name__
if class_name != 'Delete':