code style issues fixed

This commit is contained in:
Nicolas 2025-05-22 16:49:51 +02:00
parent dca6c9ae5b
commit 9ca27dbafd
3 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,7 @@ import inspect
import fnmatch
from io import TextIOWrapper
def write_classes(f: TextIOWrapper, patterns: list[str], module_name: str, title: str, description: str = '', exclude: list[str] = []) -> None:
module = importlib.import_module(module_name)

View File

@ -1,5 +1,6 @@
import pelfy
def test_readme_example() -> None:
elf = pelfy.open_elf_file('tests/obj/test-c-riscv64-linux-gnu-gcc-12-O3.o')