mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fix flake8-commas C813 missing trailing comma in Python 3
This commit is contained in:
parent
eec977d909
commit
81c50efcd6
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ class WorkingDirectory(object):
|
|||
original_directory=self.original_directory,
|
||||
error=error,
|
||||
working_directory=self.working_directory,
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
|
4
eol.py
4
eol.py
|
@ -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,
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue