Skip to content

Commit a120906

Browse files
committed
Remove redundant line
1 parent 3f2cc0e commit a120906

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pycardano/transaction.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ def to_shallow_primitive(self) -> dict:
147147
x = deepcopy(self).normalize()
148148
return super(self.__class__, x).to_shallow_primitive()
149149

150-
def to_primitive(self) -> Primitive:
151-
x = deepcopy(self).normalize()
152-
return super(self.__class__, x).to_shallow_primitive()
153-
154150

155151
@typechecked
156152
class MultiAsset(DictCBORSerializable):
@@ -258,10 +254,6 @@ def to_shallow_primitive(self) -> dict:
258254
x = deepcopy(self).normalize()
259255
return super(self.__class__, x).to_shallow_primitive()
260256

261-
def to_primitive(self) -> Primitive:
262-
x = deepcopy(self).normalize()
263-
return super(self.__class__, x).to_shallow_primitive()
264-
265257

266258
@typechecked
267259
@dataclass(repr=False)

0 commit comments

Comments
 (0)