From de3918971293bb6eb6160d9d8d0c9445d519bfc6 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 22:00:36 -0600 Subject: [PATCH] Mods --- cromulant/ants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cromulant/ants.py b/cromulant/ants.py index a701a0c..b9af1a4 100644 --- a/cromulant/ants.py +++ b/cromulant/ants.py @@ -197,7 +197,6 @@ class Ants: top = None top_score = 0 - # This could be a one-liner but I might expand the algorithm later for ant in Ants.ants: score = ant.get_score()