mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Formatting
This commit is contained in:
parent
8918d4e64f
commit
d9788148c2
@ -334,9 +334,7 @@ RADIOS: List[Radio] = [
|
|||||||
# F-86 Sabre
|
# F-86 Sabre
|
||||||
Radio(
|
Radio(
|
||||||
"AN/ARC-27",
|
"AN/ARC-27",
|
||||||
(
|
(RadioRange(MHz(225), MHz(400), kHz(100), Modulation.AM),),
|
||||||
RadioRange(MHz(225), MHz(400), kHz(100), Modulation.AM),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,8 @@ from dcs.terrain import (
|
|||||||
Syria,
|
Syria,
|
||||||
TheChannel,
|
TheChannel,
|
||||||
Sinai,
|
Sinai,
|
||||||
Kola, Afghanistan,
|
Kola,
|
||||||
|
Afghanistan,
|
||||||
)
|
)
|
||||||
|
|
||||||
from .conflicttheater import ConflictTheater
|
from .conflicttheater import ConflictTheater
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user