소스 검색

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"