Remove stray/type-o ConstellixBaseProvider

This commit is contained in:
Ross McFarland
2022-01-09 10:51:17 -08:00
parent 55f7977054
commit 81d1769bd2
+1 -2
View File
@@ -12,9 +12,8 @@ try:
logger.warn('octodns_constellix shimmed. Update your provider class to '
'octodns_constellix.ConstellixProvider. '
'Shim will be removed in 1.0')
from octodns_constellix import ConstellixProvider, ConstellixBaseProvider
from octodns_constellix import ConstellixProvider
ConstellixProvider # pragma: no cover
ConstellixBaseProvider # pragma: no cover
except ModuleNotFoundError:
logger.exception('ConstellixProvider has been moved into a seperate '
'module, octodns_constellix is now required. Provider '