You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically in the Task and TaskInfo classes datetime | str won't work. It would need to be `Union[datetime, str]. See this comment for an explanation as to why.
Hi @Azanul,
Thanks for all this PR and contribution β€οΈ. I'm in training this week, so I'll try to check it all out as soon as possible during the week if I can.
Description
Currently, not all dates are typed in
datetime
like it the case in theindex
classdatetime
should be used for every date in this SDKBasic example
All the dates in
Task
class should be defined as:or
To Do:
The text was updated successfully, but these errors were encountered: