Skip to content

Commit ad8ea5d

Browse files
author
Mindee
committed
🎨 linting fixes
1 parent f4bf2d5 commit ad8ea5d

File tree

15 files changed

+24
-26
lines changed

15 files changed

+24
-26
lines changed

docs/product/business_card_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Card V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/business_card_v1.txt
6+
.. literalinclude:: /extras/code_samples/business_card_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.business_card.business_card_v1.BusinessCardV1

docs/product/delivery_note_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Delivery note V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/delivery_notes_v1.txt
6+
.. literalinclude:: /extras/code_samples/delivery_notes_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.delivery_note.delivery_note_v1.DeliveryNoteV1

docs/product/driver_license_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Driver License V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/driver_license_v1.txt
6+
.. literalinclude:: /extras/code_samples/driver_license_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.driver_license.driver_license_v1.DriverLicenseV1

docs/product/financial_document_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Financial Document V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/financial_document_v1.txt
6+
.. literalinclude:: /extras/code_samples/financial_document_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.financial_document.financial_document_v1.FinancialDocumentV1

docs/product/fr/energy_bill_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Energy Bill V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/energy_bill_fra_v1.txt
6+
.. literalinclude:: /extras/code_samples/energy_bill_fra_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.energy_bill.energy_bill_v1.EnergyBillV1

docs/product/fr/health_card_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Health Card V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/french_healthcard_v1.txt
6+
.. literalinclude:: /extras/code_samples/french_healthcard_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.health_card.health_card_v1.HealthCardV1

docs/product/fr/payslip_v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Payslip V2
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/payslip_fra_v2.txt
6+
.. literalinclude:: /extras/code_samples/payslip_fra_v2_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.payslip.payslip_v2.PayslipV2

docs/product/fr/payslip_v3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Payslip V3
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/payslip_fra_v3.txt
6+
.. literalinclude:: /extras/code_samples/payslip_fra_v3_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.payslip.payslip_v3.PayslipV3

docs/product/invoice_v4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Invoice V4
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/invoices_v4.txt
6+
.. literalinclude:: /extras/code_samples/invoices_v4_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.invoice.invoice_v4.InvoiceV4

docs/product/material_certificate_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Material Certificate V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/material_certificate_v1.txt
6+
.. literalinclude:: /extras/code_samples/material_certificate_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.material_certificate.material_certificate_v1.MaterialCertificateV1

0 commit comments

Comments
 (0)