mirror of
https://github.com/logseq/logseq.git
synced 2026-05-20 02:42:49 +00:00
chore: lint
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
[cljs-bean.core :as bean]
|
||||
[clojure.string :as string]
|
||||
[electron.configs :as cfgs]
|
||||
[electron.db :as db]
|
||||
[electron.logger :as logger]
|
||||
[logseq.db.sqlite.util :as sqlite-util]
|
||||
[logseq.cli.common.graph :as cli-common-graph]
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
[frontend.worker.rtc.exception :as r.ex]
|
||||
[frontend.worker.rtc.full-upload-download-graph :as r.upload-download]
|
||||
[frontend.worker.rtc.log-and-state :as rtc-log-and-state]
|
||||
[frontend.worker.rtc.migrate :as r.migrate]
|
||||
[frontend.worker.rtc.remote-update :as r.remote-update]
|
||||
[frontend.worker.rtc.skeleton]
|
||||
[frontend.worker.rtc.ws :as ws]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
(ns frontend.worker.rtc.migrate-test
|
||||
(:require ["fs" :as fs-node]
|
||||
[cljs.pprint :as pp]
|
||||
[cljs.test :refer [deftest is testing]]
|
||||
[cljs.test :refer [deftest]]
|
||||
[datascript.core :as d]
|
||||
[frontend.worker.db.migrate :as db-migrate]
|
||||
[frontend.worker.rtc.migrate :as rtc-migrate]
|
||||
|
||||
Reference in New Issue
Block a user