Skip to content

Commit 75c78d9

Browse files
committed
Fix linting
1 parent f46782c commit 75c78d9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/bo4e/bo/tarif.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from typing import TYPE_CHECKING, Annotated, Literal, Optional
66

7-
import pydantic
87
from pydantic import Field
98

109
from ..enum.botyp import BoTyp

src/bo4e/com/regionszeitscheibe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Contains Regionszeitscheibe 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)