Skip to content

Commit 8ae6e6f

Browse files
committed
syntax lint fix
1 parent 8276968 commit 8ae6e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525

2626
extras_require = {
27-
"format": ["rfc3987", "strict-rfc3339", "webcolors"]
27+
"format": ["rfc3987", "strict-rfc3339", "webcolors"],
2828
}
2929

3030
setup(
@@ -43,7 +43,7 @@
4343

4444
install_requires=[
4545
"attrs>=17.3.0", "pyrsistent>=0.14.0", "six>=1.11.0",
46-
"functools32;python_version<'3'"
46+
"functools32;python_version<'3'",
4747
],
4848
extras_require=extras_require,
4949

0 commit comments

Comments
 (0)