The current get_timestamp_from_date() signature is wrong due to a bad copy/paste:
def get_timestamp_from_date(self, d: datetime = None) -> int:
In fact, this is no more a class method but a single function (it was moved to utils.py with NXDRIVE-1277).
- is caused by
-
NXDRIVE-1277 Review objects state export
- Resolved