:thumbsup:
Pull-Request has been merged by mprahl
lol, it's merged.
Soooo, how does colon work when used like that? Looks like strange type hint/annotation. I thought those should lead to less errors, not more! :)
It doesn't work! :D It was there because I changed this: d.update({'since': '1900-01-01T00:00:00.000000,{}'.format(when)}) (that only me likes it). To: d['since'] = '1900-01-01T00:00:00.000000,{}'.format(when) but I forgot to change the colon.