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