Formatting

This commit is contained in:
Raffson 2024-07-16 20:51:52 +02:00
parent 8918d4e64f
commit d9788148c2
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 3 additions and 4 deletions

View File

@ -334,9 +334,7 @@ RADIOS: List[Radio] = [
# F-86 Sabre
Radio(
"AN/ARC-27",
(
RadioRange(MHz(225), MHz(400), kHz(100), Modulation.AM),
),
(RadioRange(MHz(225), MHz(400), kHz(100), Modulation.AM),),
),
]

View File

@ -17,7 +17,8 @@ from dcs.terrain import (
Syria,
TheChannel,
Sinai,
Kola, Afghanistan,
Kola,
Afghanistan,
)
from .conflicttheater import ConflictTheater