Merging full commit message patch #429
Annotations
1 warning
Run dciborow/[email protected]:
augur/tasks/git/facade_tasks.py#L251
[pylint] reported by reviewdog 🐶
C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
Raw Output:
augur/tasks/git/facade_tasks.py:251:7: C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
|
Loading