Include Change in octodns.record, some module tests use it

This commit is contained in:
Ross McFarland
2023-01-02 10:24:53 -05:00
parent be7c3d279e
commit 2c9c0518a5
+2 -1
View File
@@ -11,7 +11,7 @@ from ..idna import idna_encode
from .geo import GeoCodes, GeoValue
from .base import Record, ValueMixin, ValuesMixin
from .change import Create, Delete, Update
from .change import Change, Create, Delete, Update
from .exception import RecordException, ValidationError
from .rr import Rr, RrParseError
from .target import (
@@ -33,6 +33,7 @@ ARecord
AaaaRecord
AliasRecord
AliasValue
Change
CnameRecord
CnameValue
Create