Skip to content

Commit

Permalink
fixed black issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDaniel committed Oct 6, 2023
1 parent ffa68b8 commit ef33866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bo4e/com/zeitspanne.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class Zeitspanne(COM):

# 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
ende: Optional[datetime] = None #: exklusives Ende

0 comments on commit ef33866

Please sign in to comment.