Skip to content

Commit

Permalink
removed unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Jan 27, 2025
1 parent a583e84 commit d06f2c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/clojure/clojure/core/async/impl/concurrent.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
;; You must not remove this notice, or any other, from this software.

(ns ^{:skip-wiki true}
clojure.core.async.impl.concurrent
(:import [java.util.concurrent ThreadFactory Executors ExecutorService]
[clojure.lang Var]))
clojure.core.async.impl.concurrent
(:import [java.util.concurrent ThreadFactory]))

(set! *warn-on-reflection* true)

Expand Down

0 comments on commit d06f2c5

Please sign in to comment.