Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qfrank committed Sep 16, 2023
1 parent ad9ee3e commit f5eaf98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/status_im/ens/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
[status-im.utils.random :as random]
[status-im2.navigation.events :as navigation]
[status-im2.constants :as constants]
[status-im2.common.json-rpc.events :as json-rpc]
[taoensso.timbre :as log]))

(defn fullname
Expand Down
1 change: 0 additions & 1 deletion src/status_im/ethereum/transactions/core.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(ns status-im.ethereum.transactions.core
(:require [cljs.spec.alpha :as spec]
[re-frame.core :as re-frame]
[status-im.ens.core :as ens]
[status-im.ethereum.core :as ethereum]
[status-im.ethereum.decode :as decode]
[status-im.ethereum.eip55 :as eip55]
Expand Down
3 changes: 1 addition & 2 deletions src/status_im/signing/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
[status-im.wallet.prices :as prices]
[status-im2.common.json-rpc.events :as json-rpc]
[taoensso.timbre :as log]
[utils.security.core :as security]
[status-im.ethereum.transactions.core :as transactions]))
[utils.security.core :as security]))

(re-frame/reg-fx
:signing/send-transaction-fx
Expand Down

0 comments on commit f5eaf98

Please sign in to comment.