From 4e79240cb3abe9ff4a1eba425336377f395ebd28 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Thu, 2 Apr 2026 10:07:50 +0100 Subject: [PATCH] =?UTF-8?q?remover=20import=20n=C3=A3o=20usado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game_theory_of_life.py | 1 - 1 file changed, 1 deletion(-) diff --git a/game_theory_of_life.py b/game_theory_of_life.py index e308ef1..30c7597 100644 --- a/game_theory_of_life.py +++ b/game_theory_of_life.py @@ -2,7 +2,6 @@ import random import modules.estrategia as ModEstrategia import modules.gui as Gui -from modules.agente import Agente from modules.mapa import Mapa tamanho_mundo: tuple[int, int] = (8, 8)