From 99c78b8ed8eaff7d7ebf51dd0634e224ca481b85 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Fri, 20 Sep 2024 12:53:30 +0100 Subject: [PATCH] =?UTF-8?q?removida=20importa=C3=A7=C3=A3o=20de=20modulo?= =?UTF-8?q?=20'typing'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui.py b/modules/gui.py index 2404478..58f0992 100644 --- a/modules/gui.py +++ b/modules/gui.py @@ -1,6 +1,5 @@ import sys import random -from typing import type_check_only import pygame as pg from modules.agente import Agente from modules.mapa import Mapa