Skip to content

Commit

Permalink
Remove unused import and add used one
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 9, 2025
1 parent ca77a6d commit 981c4dd
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 981c4dd

Please sign in to comment.