From 98f206c7bd028f53c7cb95c66a763a3fb68d9702 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Tue, 26 Jan 2021 21:24:55 -0600 Subject: [PATCH] Update run.py --- run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run.py b/run.py index 702f7b5..dc9f8f6 100644 --- a/run.py +++ b/run.py @@ -1,5 +1,4 @@ import EasyGA -import random #Create the Genetic Algorithm ga = EasyGA.GA()