Skip to content

Commit 81afc5a

Browse files
committed
Remove unused imports
1 parent 638b688 commit 81afc5a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/bo4e/com/rechnungsposition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# pylint: disable=too-few-public-methods, too-many-instance-attributes
66
from typing import TYPE_CHECKING, Annotated, Literal, Optional
77

8-
import pydantic
98
from pydantic import Field
109

1110
from ..enum.comtyp import ComTyp

src/bo4e/com/zahlungsinformation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Contains Zahlungsinformation class
33
"""
44

5-
from decimal import Decimal
65
from typing import TYPE_CHECKING, Annotated, Literal, Optional
76

87
from pydantic import Field

0 commit comments

Comments
 (0)