From 2784998196419d91c6df5342777a84297841f7cd Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Thu, 23 Mar 2023 00:38:59 -0400 Subject: [PATCH] Remove require of propeller.problems.data-creation --- src/propeller/problems/PSB1/small_or_large.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/propeller/problems/PSB1/small_or_large.cljc b/src/propeller/problems/PSB1/small_or_large.cljc index e258379..9b4adc7 100644 --- a/src/propeller/problems/PSB1/small_or_large.cljc +++ b/src/propeller/problems/PSB1/small_or_large.cljc @@ -2,7 +2,6 @@ (:require [psb2.core :as psb2] [propeller.genome :as genome] [propeller.push.interpreter :as interpreter] - [propeller.problems.data-creation :as dc] [propeller.utils :as utils] [propeller.push.instructions :refer [get-stack-instructions]] [propeller.push.state :as state]