We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f99a2 commit 00a9a70Copy full SHA for 00a9a70
pycardano/plutus.py
@@ -449,7 +449,10 @@ def get_tag(constr_id: int) -> Optional[int]:
449
450
451
def id_map(cls, skip_constructor=False):
452
- """Constructs a unique representation of a PlutusData type definition. Intended for automatic constructor generation."""
+ """
453
+ Constructs a unique representation of a PlutusData type definition.
454
+ Intended for automatic constructor generation.
455
456
if cls == bytes:
457
return "bytes"
458
if cls == int:
test/pycardano/test_plutus.py
@@ -18,7 +18,8 @@
18
Redeemer,
19
RedeemerTag,
20
plutus_script_hash,
21
- id_map, Datum,
+ id_map,
22
+ Datum,
23
)
24
from pycardano.serialization import IndefiniteList, RawCBOR
25
0 commit comments