From 61f2df857f378517bb2e44819110e181b010c99f Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Thu, 23 Mar 2023 00:37:24 -0400 Subject: [PATCH] Remove require of propeller.problems.data-creation --- src/propeller/problems/PSB1/count_odds.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/propeller/problems/PSB1/count_odds.cljc b/src/propeller/problems/PSB1/count_odds.cljc index 4d5262b..ddc0b7e 100644 --- a/src/propeller/problems/PSB1/count_odds.cljc +++ b/src/propeller/problems/PSB1/count_odds.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]