Sfoglia il codice sorgente

refactor: remove unused Formula constant from model_list.py

myhloli 4 settimane fa
parent
commit
34547262a2
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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"