Skip to content

Commit

Permalink
remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Dec 18, 2024
1 parent df9258e commit df02c42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/src/instant/reactive/query.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
[instant.jdbc.aurora :as aurora]
[instant.reactive.store :as rs]
[instant.util.instaql :refer [instaql-nodes->object-tree]]
[instant.util.tracer :as tracer])
(:import
(org.apache.commons.codec.digest DigestUtils)))
[instant.util.tracer :as tracer]))

(defn- datalog-query-cached!
"Returns the result of a datalog query. Leverages atom and
Expand Down

0 comments on commit df02c42

Please sign in to comment.