cumulocity-python-api
cumulocity-python-api copied to clipboard
fix: incorrect datetime type annotation
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).