fix(ai): imports

This commit is contained in:
Kristofers Solo 2024-01-06 17:55:44 +02:00
parent 231640dec6
commit e265581262
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,8 @@ import time
import neat
import numpy as np
import pygame
from game import Block, Main
from game import Main
from game.sprites import Block
from utils import CONFIG
from .fitness import calculate_fitness

View File

@ -2,8 +2,6 @@ from typing import Optional
import numpy as np
from ai.log import log
from .peaks import get_peaks