diff --git a/adafruit_shell.py b/adafruit_shell.py index 92aa6a7..96e9352 100644 --- a/adafruit_shell.py +++ b/adafruit_shell.py @@ -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) diff --git a/setup.py b/setup.py index 90a2725..49f407e 100644 --- a/setup.py +++ b/setup.py @@ -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