浏览代码

refactor: remove unused Formula constant from model_list.py

myhloli 4 周之前
父节点
当前提交
34547262a2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      mineru/backend/pipeline/model_list.py

+ 0 - 1
mineru/backend/pipeline/model_list.py

@@ -2,7 +2,6 @@ class AtomicModel:
     Layout = "layout"
     MFD = "mfd"
     MFR = "mfr"
-    Formula = "formula"
     OCR = "ocr"
     WirelessTable = "wireless_table"
     WiredTable = "wired_table"