Skip to content

Commit 0f2f0be

Browse files
committed
lint
1 parent ff70d2e commit 0f2f0be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/eca/features/chat_test.clj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(ns eca.features.chat-test
22
(:require
3+
[clojure.string :as string]
34
[clojure.test :refer [deftest is testing]]
45
[eca.features.chat :as f.chat]
56
[eca.features.prompt :as f.prompt]
@@ -8,9 +9,7 @@
89
[eca.llm-api :as llm-api]
910
[eca.test-helper :as h]
1011
[matcher-combinators.matchers :as m]
11-
[matcher-combinators.test :refer [match?]]
12-
[babashka.fs :as fs]
13-
[clojure.string :as string]))
12+
[matcher-combinators.test :refer [match?]]))
1413

1514
(h/reset-components-before-test)
1615

0 commit comments

Comments
 (0)