Remove require of propeller.problems.data-creation

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

View File

@ -3,7 +3,6 @@
[psb2.core :as psb2] [psb2.core :as psb2]
[propeller.genome :as genome] [propeller.genome :as genome]
[propeller.push.interpreter :as interpreter] [propeller.push.interpreter :as interpreter]
[propeller.problems.data-creation :as dc]
[propeller.push.state :as state] [propeller.push.state :as state]
[propeller.push.instructions :refer [get-stack-instructions]] [propeller.push.instructions :refer [get-stack-instructions]]
[propeller.utils :as utils] [propeller.utils :as utils]