Skip to content

Commit

Permalink
Remove multiple :require in flow-storm/utils.cljc
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Sep 1, 2023
1 parent a3d949b commit 227ec4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src-shared/flow_storm/utils.cljc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
(ns flow-storm.utils
(:require [clojure.string :as str])
#?(:cljs (:require [goog.string :as gstr]
[clojure.string :as str]
[goog.string.format]
[goog :as g])
:clj (:require [clojure.java.io :as io]))
:clj (:require [clojure.java.io :as io]
[clojure.string :as str]))
(:refer-clojure :exclude [format update-values update-keys])
#?(:clj (:import [java.io File LineNumberReader InputStreamReader PushbackReader]
[clojure.lang RT IEditableCollection PersistentArrayMap PersistentHashMap])))
Expand Down

0 comments on commit 227ec4c

Please sign in to comment.