cumulocity-python-api icon indicating copy to clipboard operation
cumulocity-python-api copied to clipboard

fix: incorrect datetime type annotation

Open reubenmiller opened this issue 1 month ago • 0 comments

Fix incorrect type annotation for the datetime property on the measurement and operation classes.

The previous code was incorrectly return a "type of a datetime" instead of an instance of a type (datetime).

reubenmiller avatar Nov 07 '25 00:11 reubenmiller