From d1044f1ab40b0ed3f730af57faaedd7800ca171d Mon Sep 17 00:00:00 2001 From: Ryan Boldi Date: Mon, 7 Mar 2022 14:04:58 -0500 Subject: [PATCH] Update simplification.cljc --- src/propeller/simplification.cljc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/propeller/simplification.cljc b/src/propeller/simplification.cljc index f896e38..9a8ab31 100644 --- a/src/propeller/simplification.cljc +++ b/src/propeller/simplification.cljc @@ -2,8 +2,7 @@ (:require [propeller.genome :as genome] [propeller.push.interpreter :as interpreter] [propeller.push.state :as state] - [propeller.tools.math :as math] - )) + [propeller.tools.math :as math])) (defn choose-random-k [k indices]