Skip to content

Commit 027750a

Browse files
committed
remove unused import
1 parent 3df12cc commit 027750a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bo4e/com/zahlungsinformationen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
and corresponding marshmallow schema for de-/serialization
44
"""
55

6-
from typing import TYPE_CHECKING, Optional
6+
from typing import Optional
77

88
from ..utils import postprocess_docstring
99
from .com import COM

0 commit comments

Comments
 (0)