Remove require of propeller.problems.data-creation

This commit is contained in:
Lee Spector 2023-03-23 00:38:24 -04:00 committed by GitHub
parent a5156b3747
commit 98526b0e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
[propeller.push.interpreter :as interpreter] [propeller.push.interpreter :as interpreter]
[clojure.string :as string] [clojure.string :as string]
[propeller.tools.math :as math] [propeller.tools.math :as math]
[propeller.problems.data-creation :as dc]
[propeller.utils :as utils] [propeller.utils :as utils]
[propeller.push.instructions :refer [get-stack-instructions]] [propeller.push.instructions :refer [get-stack-instructions]]
[propeller.push.state :as state] [propeller.push.state :as state]