Mild prettification
This commit is contained in:
parent
778c1276f8
commit
cf55011c1a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue