mirror of
https://github.com/smittix/intercept.git
synced 2026-07-07 09:08:12 -07:00
style: apply ruff-format to entire codebase
First-time run of ruff-format via pre-commit hook normalises quote style, trailing commas, and whitespace across 188 Python files. No logic changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+10
-10
@@ -20,14 +20,14 @@ from .sstv_decoder import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'DecodeProgress',
|
||||
'DopplerInfo',
|
||||
'DopplerTracker',
|
||||
'ISS_SSTV_FREQ',
|
||||
'SSTV_MODES',
|
||||
'SSTVDecoder',
|
||||
'SSTVImage',
|
||||
'get_general_sstv_decoder',
|
||||
'get_sstv_decoder',
|
||||
'is_sstv_available',
|
||||
"DecodeProgress",
|
||||
"DopplerInfo",
|
||||
"DopplerTracker",
|
||||
"ISS_SSTV_FREQ",
|
||||
"SSTV_MODES",
|
||||
"SSTVDecoder",
|
||||
"SSTVImage",
|
||||
"get_general_sstv_decoder",
|
||||
"get_sstv_decoder",
|
||||
"is_sstv_available",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user