Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 25, 2024
1 parent e69a0d8 commit e3b3fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_spend_bundle.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from typing import Any
from chia_rs import SpendBundle
import pytest

Expand Down Expand Up @@ -196,7 +197,7 @@
],
)
def test_spend_bundle(
ty: type, input_file: str, expected_add: str, expected_rem: str
ty: type[Any], input_file: str, expected_add: str, expected_rem: str
) -> None:
buf = open(f"test-bundles/{input_file}.bundle", "rb").read()
bundle = ty.from_bytes(buf)
Expand Down

0 comments on commit e3b3fe6

Please sign in to comment.