From d3e2adb57501b279b3d6c6c163ebf45f0b9f7911 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Tue, 13 Jul 2021 21:50:33 -0400 Subject: [PATCH] Remove unused requires --- src/propeller/core.cljc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/propeller/core.cljc b/src/propeller/core.cljc index 59d1c7f..12b01a3 100755 --- a/src/propeller/core.cljc +++ b/src/propeller/core.cljc @@ -1,9 +1,6 @@ (ns propeller.core #?(:clj (:gen-class)) (:require [propeller.gp :as gp] - [propeller.problems.simple-regression :as regression] - [propeller.problems.string-classification :as string-classif] - [clojure.string :as string] #?(:cljs [cljs.reader :refer [read-string]]))) (defn eval-problem-var