Reducing comment line length

This commit is contained in:
Arunothia Marappan
2020-07-16 16:46:44 -07:00
parent 4e056d315d
commit b67dac5a55
+1 -1
View File
@@ -498,7 +498,7 @@ class AzureProvider(BaseProvider):
self._check_zone(azure_zone_name, create=True)
# Force the operation order to be Update() -> Delete() -> Create()
# This will help avoid problems in updating a CNAME record into an A record.
# Helps avoid problems in updating a CNAME record into an A record.
changes.reverse()
for change in changes: