Fix hexbytes comparison, fix attribute access

This commit is contained in:
Thales Lima
2024-08-07 05:13:14 +02:00
committed by tvinagre
parent cb6e997375
commit 5238141771
2 changed files with 15 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import argparse
from runner import TestRunner
from .runner import TestRunner
def main() -> None: