mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Fix flake8-commas C812 missing trailing comma
This commit is contained in:
parent
0bcbabd681
commit
14b2aa6bf4
13 changed files with 39 additions and 39 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ from setuptools import setup
|
|||
def read(*names, **kwargs):
|
||||
with io.open(
|
||||
os.path.join(os.path.dirname(__file__), *names),
|
||||
encoding=kwargs.get('encoding', 'utf8')
|
||||
encoding=kwargs.get('encoding', 'utf8'),
|
||||
) as fh:
|
||||
return fh.read()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue