Skip to content

Commit 3f2cc0e

Browse files
committed
Fix
1 parent 933b103 commit 3f2cc0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pycardano/transaction.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def normalize(self) -> MultiAsset:
169169
self.pop(k)
170170
return self
171171

172-
173172
def __add__(self, other):
174173
new_multi_asset = deepcopy(self)
175174
for p in other:
@@ -264,7 +263,6 @@ def to_primitive(self) -> Primitive:
264263
return super(self.__class__, x).to_shallow_primitive()
265264

266265

267-
268266
@typechecked
269267
@dataclass(repr=False)
270268
class Value(ArrayCBORSerializable):

0 commit comments

Comments
 (0)