Updated for pre-commit hooks

This commit is contained in:
Melissa LeBlanc-Williams 2020-09-21 09:47:52 -06:00
parent 4934ac347d
commit c873ec2dcf
2 changed files with 2 additions and 9 deletions

View file

@ -52,11 +52,7 @@ class Shell:
for index, selection in enumerate(selections):
options.append(
{
"selector": str(index + 1),
"prompt": selection,
"return": index + 1,
}
{"selector": str(index + 1), "prompt": selection, "return": index + 1,}
)
return prompt.options(message, options)

View file

@ -34,10 +34,7 @@ setup(
# Author details
author="Adafruit Industries",
author_email="circuitpython@adafruit.com",
install_requires=[
"clint",
"Adafruit-PlatformDetect",
],
install_requires=["clint", "Adafruit-PlatformDetect",],
# Choose your license
license="MIT",
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers