Skip to content

Commit 15fe19e

Browse files
Remove unused import and add used one (#725)
1 parent 05f35d7 commit 15fe19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'[cheshire.core :as json]
55
'[clojure.string :as str]
66
'[clojure.java.shell :as shell]
7-
'[clojure.java.io :as io])
7+
'[babashka.fs :as fs])
88

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

0 commit comments

Comments
 (0)