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.utils.helpers :refer [get-stack-instructions]]
[propeller.push.state :as state] [propeller.push.state :as state]
[clojure.pprint :as pprint] [clojure.pprint :as pprint]
[propeller.tools.math :as math] [propeller.tools.math :as math]))
[psb2.core :as psb2]))
; =========== PROBLEM DESCRIPTION ============================ ; =========== PROBLEM DESCRIPTION ============================
; BASEMENT from PSB2 ; BASEMENT from PSB2

View File

@ -6,8 +6,7 @@
[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] [clojure.pprint :as pprint]
[propeller.tools.math :as math] [propeller.tools.math :as math]))
[psb2.core :as psb2]))
; =========== PROBLEM DESCRIPTION =============================== ; =========== PROBLEM DESCRIPTION ===============================
; BOUNCING BALLS from PSB2 ; BOUNCING BALLS from PSB2

View File

@ -6,8 +6,7 @@
[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] [clojure.pprint :as pprint]
[propeller.tools.math :as math] [propeller.tools.math :as math]))
[psb2.core :as psb2]))
; =========== PROBLEM DESCRIPTION ====================== ; =========== PROBLEM DESCRIPTION ======================
; BOWLING from PSB2 ; BOWLING from PSB2

View File

@ -6,8 +6,7 @@
[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]
[propeller.tools.math :as math] [propeller.tools.math :as math]
[propeller.tools.metrics :as metrics] [propeller.tools.metrics :as metrics]))
[psb2.core :as psb2]))
; =========== PROBLEM DESCRIPTION ===================================== ; =========== PROBLEM DESCRIPTION =====================================
; CAMEL CASE from PSB2 ; CAMEL CASE from PSB2