File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ from .declarations import Iterator as Iterator
1515from .declarations import LazyAttribute as LazyAttribute
1616from .declarations import LazyAttributeSequence as LazyAttributeSequence
1717from .declarations import LazyFunction as LazyFunction
18- from .declarations import Transformer as Transformer
1918from .declarations import List as List
2019from .declarations import Maybe as Maybe
2120from .declarations import PostGeneration as PostGeneration
@@ -26,6 +25,7 @@ from .declarations import SelfAttribute as SelfAttribute
2625from .declarations import Sequence as Sequence
2726from .declarations import SubFactory as SubFactory
2827from .declarations import Trait as Trait
28+ from .declarations import Transformer as Transformer
2929from .enums import BUILD_STRATEGY as BUILD_STRATEGY
3030from .enums import CREATE_STRATEGY as CREATE_STRATEGY
3131from .enums import STUB_STRATEGY as STUB_STRATEGY
You can’t perform that action at this time.
0 commit comments