TradeFace / tuyaface

Python Tuya client that allows you to locally communicate with tuya devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add return type to function definition

TradeFace opened this issue · comments

For better documentation the return tpye should be add to every function that has a clear output type

def nice_function(param: str) -> bool:

BTW I'm using pdoc, which works fine. Any suggestions for other tools that can generate markdown?