Skip to content

Commit

Permalink
Remove unused import and add used one (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Jan 9, 2025
1 parent 05f35d7 commit 15fe19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'[cheshire.core :as json]
'[clojure.string :as str]
'[clojure.java.shell :as shell]
'[clojure.java.io :as io])
'[babashka.fs :as fs])

(def root (str (fs/parent *file*) "/"))

Expand Down

0 comments on commit 15fe19e

Please sign in to comment.