mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
lint
This commit is contained in:
parent
707a38d4ba
commit
18fe80a7b4
@ -29,6 +29,7 @@ def event_loop():
|
||||
@pytest.fixture(scope="module")
|
||||
def large_txn_hex():
|
||||
import pathlib
|
||||
|
||||
my_dir = pathlib.Path(__file__).absolute().parent
|
||||
with open(my_dir / "large-block.hex", "r") as f:
|
||||
hex_str = f.read()
|
||||
|
Loading…
Reference in New Issue
Block a user