Skip to content

Commit

Permalink
syntax lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apiraino committed Mar 3, 2018
1 parent 8276968 commit 8ae6e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]

extras_require = {
"format": ["rfc3987", "strict-rfc3339", "webcolors"]
"format": ["rfc3987", "strict-rfc3339", "webcolors"],
}

setup(
Expand All @@ -43,7 +43,7 @@

install_requires=[
"attrs>=17.3.0", "pyrsistent>=0.14.0", "six>=1.11.0",
"functools32;python_version<'3'"
"functools32;python_version<'3'",
],
extras_require=extras_require,

Expand Down

0 comments on commit 8ae6e6f

Please sign in to comment.