Skip to content

Commit

Permalink
removed OBE import
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Jan 27, 2025
1 parent e0cb5ab commit ac38b20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(ns clojure.core.async.impl.exec.threadpool
(:require [clojure.core.async.impl.protocols :as impl]
[clojure.core.async.impl.concurrent :as conc])
(:import [java.util.concurrent Executors ExecutorService]))
(:import [java.util.concurrent Executors]))

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

Expand Down

0 comments on commit ac38b20

Please sign in to comment.