Fixed lint issue

This commit is contained in:
Khopa 2021-04-17 02:27:42 +02:00
parent 2d5e827417
commit 1192d26448

View File

@ -68,7 +68,8 @@ class MizDataLocationFinder:
for vehicle_group in m.country("Iran").vehicle_group: for vehicle_group in m.country("Iran").vehicle_group:
if ( if (
len(vehicle_group.units) > 0 len(vehicle_group.units) > 0
and vehicle_group.units[0].type == MissilesSS.AShM_SS_N_2_Silkworm.id and vehicle_group.units[0].type
== MissilesSS.AShM_SS_N_2_Silkworm.id
): ):
antiship_locations.append( antiship_locations.append(
PresetLocation( PresetLocation(