mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Quell all python warnings, mostly *Equals -> Equal and warn -> warning
This commit is contained in:
@@ -9,9 +9,9 @@ from logging import getLogger
|
||||
|
||||
logger = getLogger('Constellix')
|
||||
try:
|
||||
logger.warn('octodns_constellix shimmed. Update your provider class to '
|
||||
'octodns_constellix.ConstellixProvider. '
|
||||
'Shim will be removed in 1.0')
|
||||
logger.warning('octodns_constellix shimmed. Update your provider class to '
|
||||
'octodns_constellix.ConstellixProvider. '
|
||||
'Shim will be removed in 1.0')
|
||||
from octodns_constellix import ConstellixProvider
|
||||
ConstellixProvider # pragma: no cover
|
||||
except ModuleNotFoundError:
|
||||
|
||||
Reference in New Issue
Block a user