Formatting

This commit is contained in:
Raffson
2023-10-01 19:32:20 +02:00
parent bce6a170b8
commit 8e670e1a3c
2 changed files with 2 additions and 4 deletions

View File

@@ -200,7 +200,7 @@ class Faction:
faction = Faction(
locales=json.get("locales"),
country=country,
cargo_ship=ShipUnitType.named(json.get("cargo_ship", "Handy Wind"))
cargo_ship=ShipUnitType.named(json.get("cargo_ship", "Handy Wind")),
)
faction.name = json.get("name", "")