mirror of
https://github.com/smittix/intercept.git
synced 2026-04-26 15:50:00 -07:00
Fix ruff lint errors to unblock CI (import sorting, unused imports, style)
This commit is contained in:
@@ -14,7 +14,7 @@ class SigMFConsumer:
|
||||
def __init__(
|
||||
self,
|
||||
metadata: SigMFMetadata,
|
||||
on_complete: 'callable | None' = None,
|
||||
on_complete: callable | None = None,
|
||||
):
|
||||
"""
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user