Skip to content

Commit

Permalink
fix import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Apr 25, 2024
1 parent a3de4c3 commit f59c24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/quokka/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ def pcode_insts(self) -> List[pypcode.PcodeOp]:
A list of PCode instructions
"""
from quokka.backend.pypcode import pypcode_decode_block
from quokka.backends.pypcode import pypcode_decode_block

return pypcode_decode_block(self)

0 comments on commit f59c24c

Please sign in to comment.