Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 22, 2024
1 parent 704b9c7 commit d7f997d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mindee/product/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
FinancialDocumentV1LineItem,
)
from mindee.product.generated import GeneratedV1, GeneratedV1Document, GeneratedV1Page
from mindee.product.international_id import InternationalIdV2, InternationalIdV2Document
from mindee.product.invoice import InvoiceV4, InvoiceV4Document, InvoiceV4LineItem
from mindee.product.invoice_splitter import InvoiceSplitterV1, InvoiceSplitterV1Document
from mindee.product.material_certificate import (
Expand Down

0 comments on commit d7f997d

Please sign in to comment.