Fix flake8-commas C813 missing trailing comma in Python 3

This commit is contained in:
Labrys of Knossos 2019-04-07 13:37:17 -04:00
commit 81c50efcd6
2 changed files with 3 additions and 3 deletions

4
eol.py
View file

@ -157,7 +157,7 @@ def print_statuses(show_expired=False):
major=python_version[0],
minor=python_version[1],
remaining=days_left,
)
),
)
if not show_expired:
return
@ -171,7 +171,7 @@ def print_statuses(show_expired=False):
major=python_version[0],
minor=python_version[1],
remaining=-days_left,
)
),
)