IamEld3st / youtube_dash_dl

MIT License
46 stars 8 forks source link

PEP8 style guide #16

Closed EwertonBello closed 3 years ago

EwertonBello commented 3 years ago

Code based on PEP 8 Style Guide

For sequences, (strings, lists, tuples), use the fact that empty sequences are false.

Comparisons to singletons like None should always be done with is or is not, never the equality operators.

IamEld3st commented 3 years ago

Sorry for taking so long with merging!