Skip to content

Commit

Permalink
Remove unused File import
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Ashton committed Apr 22, 2016
1 parent 2700f5b commit c820ba6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/leiningen/checkout/rm.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(ns leiningen.checkout.rm
(:require [fs.core :as fs]
[leiningen.checkout.utils :as utils])
(:import (java.io File)))
[leiningen.checkout.utils :as utils]))

(defn report-no-matches [non-matched-pattern candidates]
(println (str "No matching projects found for: \""
Expand Down

0 comments on commit c820ba6

Please sign in to comment.