Remove require of propeller.problems.data-creation

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

View File

@ -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]