Remove unused require

This commit is contained in:
Lee Spector 2021-07-14 16:50:33 -04:00
parent 1cc2b26df2
commit 686ba1fdb2

View File

@ -5,7 +5,6 @@
[propeller.utils :as utils] [propeller.utils :as utils]
[propeller.push.utils.helpers :refer [get-stack-instructions]] [propeller.push.utils.helpers :refer [get-stack-instructions]]
[propeller.push.state :as state] [propeller.push.state :as state]
[clojure.pprint :as pprint]
[propeller.tools.math :as math] [propeller.tools.math :as math]
[propeller.gp :as gp])) [propeller.gp :as gp]))