Browse Source

Even more desperate attempts to appease linter

pull/667/head
Robert Reichel 5 years ago
parent
commit
f92fdfce17
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      octodns/provider/azuredns.py

+ 0
- 1
octodns/provider/azuredns.py View File

@ -7,7 +7,6 @@ from __future__ import absolute_import, division, print_function, \
from azure.common.credentials import ServicePrincipalCredentials from azure.common.credentials import ServicePrincipalCredentials
from azure.mgmt.dns import DnsManagementClient from azure.mgmt.dns import DnsManagementClient
from msrestazure.azure_exceptions import CloudError
from azure.mgmt.dns.models import ARecord, AaaaRecord, CaaRecord, \ from azure.mgmt.dns.models import ARecord, AaaaRecord, CaaRecord, \
CnameRecord, MxRecord, SrvRecord, NsRecord, PtrRecord, TxtRecord, Zone CnameRecord, MxRecord, SrvRecord, NsRecord, PtrRecord, TxtRecord, Zone


Loading…
Cancel
Save