Skip to content

Commit

Permalink
fix import of clvm_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Sep 14, 2023
1 parent b2ceb4a commit a4f2c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

from clvm_rs import run_serialized_chia_program
from clvm_rs.clvm_rs import run_serialized_chia_program


def run_clvm(fn, env=None):
Expand Down

0 comments on commit a4f2c5f

Please sign in to comment.