Skip to content

Commit

Permalink
Fixed PEP-8 formatting recommendations in setup.py
Browse files Browse the repository at this point in the history
This fixes a series of warnings from the pep8 tool involving excess spaces
around operators, and closing bracket not matching visual indentation in
setup.py.

Testing Done:
Ran unit tests, and pep8.

Reviewed at https://reviews.reviewboard.org/r/6657/
  • Loading branch information
justy777 authored and davidt committed Dec 2, 2014
1 parent 8de2957 commit c4c915a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run_tests(*args):
'pillowfight',
'pytz',
],
dependency_links = [
dependency_links=[
"http://downloads.reviewboard.org/mirror/",
download_url,
],
Expand All @@ -164,5 +164,4 @@ def run_tests(*args):
"Programming Language :: Python",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
]
)
])

0 comments on commit c4c915a

Please sign in to comment.