Skip to content
Open

Pep8 #27

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comma not needed in list with only one element
  • Loading branch information
fpietka committed Oct 16, 2016
commit 01e00aaee615a40ad4d10f99ac9a475657e9c756
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
license='Apache License, Version 2.0',
include_package_data=True,
zip_safe=False,
py_modules = ['dailymotion',],
py_modules=['dailymotion'],
install_requires=[
'requests',
'requests_toolbelt'
Expand Down