We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b85e5 commit 6727f9fCopy full SHA for 6727f9f
src/cider/nrepl/middleware/inspect.clj
@@ -2,10 +2,7 @@
2
(:require [cider.nrepl.middleware.util.cljs :as cljs]
3
[cider.nrepl.middleware.util.error-handling :refer [base-error-response]]
4
[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))
+ [orchard.misc :as u]))
9
10
;; Compatibility with the legacy tools.nrepl and the new nREPL 0.4.x.
11
;; The assumption is that if someone is using old lein repl or boot repl
0 commit comments