Skip to content

Resolve recent pylint complaints

Eric Sunshine requested to merge sunshineco/src:es/pylint into master

Resolve complaints from recent versions of pylint (tested with 1.7.4):

  • R1705: Unnecessary else after return
  • C1801: Do not use len(SEQUENCE) as condition value

Merge request reports