Skip to content

Commit

Permalink
Datapoint: Validate no dates on plain datapoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsedla1o committed Sep 4, 2024
1 parent 04b5246 commit c186b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dp3/common/datapoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class DataPointPlainBase(DataPointBase):
the same naming for simplicity.
"""

t1: None = None
t2: None = None


class DataPointObservationsBase(DataPointBase):
"""Observations attribute data-point
Expand Down

0 comments on commit c186b9e

Please sign in to comment.