Skip to content

Commit 818575c

Browse files
committed
satisfy linter
1 parent 9f2439b commit 818575c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nextjournal/clerk/analyzer_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(ns nextjournal.clerk.analyzer-test
2-
(:require [babashka.fs :as fs]
2+
#_(:require [babashka.fs :as fs]
33
[clojure.string :as str]
44
[clojure.test :refer [deftest is testing]]
55
[matcher-combinators.matchers :as m]
@@ -12,7 +12,7 @@
1212
[nextjournal.clerk.fixtures.dep-b]
1313
[nextjournal.clerk.parser :as parser]
1414
[weavejester.dependency :as dep])
15-
(:import (clojure.lang ExceptionInfo)))
15+
#_(:import (clojure.lang ExceptionInfo)))
1616

1717
;; (defmacro with-ns-binding [ns-sym & body]
1818
;; `(binding [*ns* (find-ns ~ns-sym)]

0 commit comments

Comments
 (0)