Browse Source

Merge pull request #843 from octodns/constellix-base-type-o

Remove stray/type-o ConstellixBaseProvider
pull/844/head
Ross McFarland 4 years ago
committed by GitHub
parent
commit
3e127255f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      octodns/provider/constellix.py

+ 1
- 2
octodns/provider/constellix.py 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 '


Loading…
Cancel
Save