Skip to content

Commit

Permalink
fix: fixed issued doc totals import
Browse files Browse the repository at this point in the history
  • Loading branch information
emajo committed Dec 7, 2023
1 parent c70b8b5 commit 68e8775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fattureincloud_python_sdk/models/issued_document_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from pydantic import BaseModel, StrictBool, StrictFloat, StrictInt
from pydantic import Field

from fattureincloud_python_sdk.models.vat_item import VatItem

try:
from typing import Self
except ImportError:
Expand Down

0 comments on commit 68e8775

Please sign in to comment.