From 98526b0e493d35826003c13a8f56a7db1437ee1e Mon Sep 17 00:00:00 2001 From: Lee Spector <lspector@amherst.edu> Date: Thu, 23 Mar 2023 00:38:24 -0400 Subject: [PATCH] Remove require of propeller.problems.data-creation --- src/propeller/problems/PSB1/scrabble_score.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/propeller/problems/PSB1/scrabble_score.cljc b/src/propeller/problems/PSB1/scrabble_score.cljc index 68353e4..a60f7da 100644 --- a/src/propeller/problems/PSB1/scrabble_score.cljc +++ b/src/propeller/problems/PSB1/scrabble_score.cljc @@ -4,7 +4,6 @@ [propeller.push.interpreter :as interpreter] [clojure.string :as string] [propeller.tools.math :as math] - [propeller.problems.data-creation :as dc] [propeller.utils :as utils] [propeller.push.instructions :refer [get-stack-instructions]] [propeller.push.state :as state]