Skip to content

Commit

Permalink
Update src/bo4e/com/zeitspanne.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-fvesely authored Oct 23, 2023
1 parent 6f674b1 commit 8616d83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bo4e/com/zeitspanne.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ class Zeitspanne(COM):
Die Zeitspanne ist aus dem COM Zeitraum hervorgegangen, das in Zeitspanne und Zeitmenge aufgeteilt wurde.
"""

# I made those _not_ optional because the entire instance of Zeitmenge is pointless if one of the two is missing
start: Optional[datetime] = None #: inklusiver Beginn
ende: Optional[datetime] = None #: exklusives Ende

0 comments on commit 8616d83

Please sign in to comment.