File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -147,10 +147,6 @@ def to_shallow_primitive(self) -> dict:
147
147
x = deepcopy (self ).normalize ()
148
148
return super (self .__class__ , x ).to_shallow_primitive ()
149
149
150
- def to_primitive (self ) -> Primitive :
151
- x = deepcopy (self ).normalize ()
152
- return super (self .__class__ , x ).to_shallow_primitive ()
153
-
154
150
155
151
@typechecked
156
152
class MultiAsset (DictCBORSerializable ):
@@ -258,10 +254,6 @@ def to_shallow_primitive(self) -> dict:
258
254
x = deepcopy (self ).normalize ()
259
255
return super (self .__class__ , x ).to_shallow_primitive ()
260
256
261
- def to_primitive (self ) -> Primitive :
262
- x = deepcopy (self ).normalize ()
263
- return super (self .__class__ , x ).to_shallow_primitive ()
264
-
265
257
266
258
@typechecked
267
259
@dataclass (repr = False )
You can’t perform that action at this time.
0 commit comments