itsHenry35 / ledu

一个用Python编写的乐读视频一键下载器~
https://itshenry35.github.io/ledu/
Apache License 2.0
5 stars 0 forks source link

refactor: remove unnecessary return statement #21

Closed deepsource-autofix[bot] closed 8 months ago

deepsource-autofix[bot] commented 8 months ago

A single return or return None statement is found at the end of the function or method definition. This statement can safely be removed to improve the readability because Python will implicitly return None.