Skip to content

Commit 6727f9f

Browse files
committed
Remove a couple of explicit requires
I forgot to remove those when adding the conditional requires
1 parent 39b85e5 commit 6727f9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cider/nrepl/middleware/inspect.clj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
(:require [cider.nrepl.middleware.util.cljs :as cljs]
33
[cider.nrepl.middleware.util.error-handling :refer [base-error-response]]
44
[orchard.inspect :as inspect]
5-
[orchard.misc :as u]
6-
[nrepl.misc :refer [response-for]]
7-
[nrepl.transport :as transport])
8-
(:import nrepl.transport.Transport))
5+
[orchard.misc :as u]))
96

107
;; Compatibility with the legacy tools.nrepl and the new nREPL 0.4.x.
118
;; The assumption is that if someone is using old lein repl or boot repl

0 commit comments

Comments
 (0)