diff --git a/org_rw/org_rw.py b/org_rw/org_rw.py index 39fbef7..4bd7e04 100644 --- a/org_rw/org_rw.py +++ b/org_rw/org_rw.py @@ -1032,7 +1032,7 @@ TableRow = collections.namedtuple( class Timestamp: def __init__( self, - active: bool, + active: bool = True, year: Optional[int] = None, month: Optional[int] = None, day: Optional[int] = None,