Update octodns/provider/azuredns.py

Co-authored-by: Parker Moore <[email protected]>
This commit is contained in:
Ross McFarland
2022-01-26 14:14:58 -08:00
committed by GitHub
co-authored by Parker Moore
parent 7ad1a8389f
commit 0cb0a54f67
+1 -1
View File
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('AzureProvider has been moved into a seperate module, '
'octodns_azure is now required. Provider class should '
'be updated to octodns_azure.AzureProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.')
raise