removida importação de modulo 'typing'

This commit is contained in:
2024-09-20 12:53:30 +01:00
parent 4adfb19893
commit 99c78b8ed8

View File

@ -1,6 +1,5 @@
import sys import sys
import random import random
from typing import type_check_only
import pygame as pg import pygame as pg
from modules.agente import Agente from modules.agente import Agente
from modules.mapa import Mapa from modules.mapa import Mapa