From ce29d78705a930fa0f9ee2fcd2948445b73334d0 Mon Sep 17 00:00:00 2001 From: johnpooch Date: Mon, 17 May 2021 17:35:32 +0100 Subject: [PATCH] Linting --- core/tests/test_adjudicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/test_adjudicator.py b/core/tests/test_adjudicator.py index 44362db..6e67068 100644 --- a/core/tests/test_adjudicator.py +++ b/core/tests/test_adjudicator.py @@ -396,7 +396,7 @@ def test_retreat_rome_not_auto_destroy(self): ), territory=self.tyrrhenian_sea, ) - army_tuscany = self.turn.piecestates.create( + self.turn.piecestates.create( piece=models.Piece.objects.create( game=self.game, nation=self.austria,