globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
2.03k stars 471 forks source link

Comparisons to singletons - PEP8 style guide #304

Closed EwertonBello closed 1 year ago

EwertonBello commented 1 year ago

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