fix missed lint

pull/10544/head
Gabriel Horner 2023-11-16 14:05:11 -05:00
parent b3b5be5ec6
commit 834c466590
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@
[logseq.graph-parser.text :as text]
[logseq.graph-parser.block :as gp-block]
[clojure.walk :as walk]
[cljs-bean.core :as bean]
[logseq.graph-parser.util.page-ref :as page-ref]))
[cljs-bean.core :as bean]))
(defonce anchorLink (gobj/get Mldoc "anchorLink"))
(defonce parseOPML (gobj/get Mldoc "parseOPML"))