Skip to content

Commit 21e2c2b

Browse files
authored
Merge pull request #20 from jepler/fix-formatting
Run 'black --target-version=py35 .'
2 parents 3ae9f4a + 30c338f commit 21e2c2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="[email protected]",
37-
install_requires=[
38-
"Adafruit-Blinka",
39-
],
37+
install_requires=["Adafruit-Blinka",],
4038
# Choose your license
4139
license="MIT",
4240
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)