Mild prettification

This commit is contained in:
XANTRONIX Industrial 2025-02-11 17:52:00 -05:00
parent 778c1276f8
commit cf55011c1a

View file

@ -41,7 +41,10 @@ def parse(text: str):
RADAR_RANGE = 230000
class Radar():
__slots__ = 'wban', 'call', 'name', 'coord', 'site_elevation', 'tower_height',
__slots__ = (
'wban', 'call', 'name', 'coord',
'site_elevation', 'tower_height',
)
wban: int
call: str