Linting with ruff.

This commit is contained in:
Frédéric Tronel
2026-08-30 14:42:21 +02:00
parent 6f5dd3a9e4
commit 63d2deafb1
11 changed files with 51 additions and 78 deletions
+1 -1
View File
@@ -13,8 +13,8 @@ from os import (
)
from typing import IO
from typeguard import typechecked
import hexdump
from typeguard import typechecked
logger = logging.getLogger(__name__)