Remove redundant requires

This commit is contained in:
Lee Spector 2021-07-13 22:43:16 -04:00
parent e4a8e3a247
commit b3b1363942
4 changed files with 4 additions and 8 deletions

View File

@ -6,8 +6,7 @@
[propeller.push.utils.helpers :refer [get-stack-instructions]]
[propeller.push.state :as state]
[clojure.pprint :as pprint]
[propeller.tools.math :as math]
[psb2.core :as psb2]))
[propeller.tools.math :as math]))
; =========== PROBLEM DESCRIPTION ============================
; BASEMENT from PSB2

View File

@ -6,8 +6,7 @@
[propeller.push.utils.helpers :refer [get-stack-instructions]]
[propeller.push.state :as state]
[clojure.pprint :as pprint]
[propeller.tools.math :as math]
[psb2.core :as psb2]))
[propeller.tools.math :as math]))
; =========== PROBLEM DESCRIPTION ===============================
; BOUNCING BALLS from PSB2

View File

@ -6,8 +6,7 @@
[propeller.push.utils.helpers :refer [get-stack-instructions]]
[propeller.push.state :as state]
[clojure.pprint :as pprint]
[propeller.tools.math :as math]
[psb2.core :as psb2]))
[propeller.tools.math :as math]))
; =========== PROBLEM DESCRIPTION ======================
; BOWLING from PSB2

View File

@ -6,8 +6,7 @@
[propeller.push.utils.helpers :refer [get-stack-instructions]]
[propeller.push.state :as state]
[propeller.tools.math :as math]
[propeller.tools.metrics :as metrics]
[psb2.core :as psb2]))
[propeller.tools.metrics :as metrics]))
; =========== PROBLEM DESCRIPTION =====================================
; CAMEL CASE from PSB2