Skip to content

Commit 5bd6fbe

Browse files
committed
Fix format issue
1 parent 032beed commit 5bd6fbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/pycardano/test_transaction.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from dataclasses import dataclass
2-
32
from test.pycardano.util import check_two_way_cbor
43

54
import pytest
@@ -432,7 +431,9 @@ class TestDatum(PlutusData):
432431
b: bytes
433432

434433
output = TransactionOutput(
435-
Address.from_primitive("addr_test1vrm9x2zsux7va6w892g38tvchnzahvcd9tykqf3ygnmwtaqyfg52x"),
434+
Address.from_primitive(
435+
"addr_test1vrm9x2zsux7va6w892g38tvchnzahvcd9tykqf3ygnmwtaqyfg52x"
436+
),
436437
1000000,
437438
datum=TestDatum(1, b"test"),
438439
)

0 commit comments

Comments
 (0)