Skip to content

Commit da3c8f6

Browse files
kieransimkincffls
authored andcommitted
Fix formatting issue
1 parent 0608770 commit da3c8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycardano/backend/blockfrost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def evaluate_tx_cbor(self, cbor: Union[bytes, str]) -> Dict[str, ExecutionUnits]
310310
cbor = cbor.hex()
311311
with tempfile.NamedTemporaryFile(delete=False, mode="w") as f:
312312
f.write(cbor)
313-
313+
314314
result = self.api.transaction_evaluate(f.name)
315315
os.remove(f.name)
316316
if not hasattr(result, "result"):

0 commit comments

Comments
 (0)