remove unused
This commit is contained in:
parent
503f9fccc2
commit
79f0a0e1ce
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@
|
||||||
["mastodon-api" :as Mastodon]
|
["mastodon-api" :as Mastodon]
|
||||||
[dda.masto-embed.infra :as infra]
|
[dda.masto-embed.infra :as infra]
|
||||||
[clojure.spec.alpha :as s]
|
[clojure.spec.alpha :as s]
|
||||||
[clojure.spec.test.alpha :as st]
|
[orchestra.core :refer-macros [defn-spec]]))
|
||||||
[orchestra.core :refer-macros [defn-spec]]
|
|
||||||
[cljs.core.async :refer [go]]
|
|
||||||
[cljs.core.async.interop :refer-macros [<p!]]))
|
|
||||||
|
|
||||||
(s/def ::account-id string?)
|
(s/def ::account-id string?)
|
||||||
(s/def ::host-url string?)
|
(s/def ::host-url string?)
|
||||||
|
|
Loading…
Reference in a new issue