Fix ruff lint errors to unblock CI (import sorting, unused imports, style)

This commit is contained in:
James Smith
2026-03-20 13:51:30 +00:00
parent 90d39f12c1
commit 34e1d25069
14 changed files with 35 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ class SigMFConsumer:
def __init__(
self,
metadata: SigMFMetadata,
on_complete: 'callable | None' = None,
on_complete: callable | None = None,
):
"""
Args: