]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
fixing pre-commit
authorLiz <liz@adafruit.com>
Tue, 4 Apr 2023 15:10:31 +0000 (11:10 -0400)
committerLiz <liz@adafruit.com>
Tue, 4 Apr 2023 15:10:31 +0000 (11:10 -0400)
src/board.py

index 1842c6490d7aeda90c01568ecece6996880ea22b..943ccc7b978408ce2481e43b907aa9011a5a2952 100644 (file)
@@ -338,9 +338,9 @@ elif board_id is None:
     package = str(pkg_resources.get_distribution("adafruit_platformdetect")).split()
     raise NotImplementedError(
         f"""
-        {package[0]} version {package[1]} was unable to identify the board and/or 
-        microcontroller running the {platform.system()} platform. Please be sure you 
-        have the latest packages running: 
+        {package[0]} version {package[1]} was unable to identify the board and/or
+        microcontroller running the {platform.system()} platform. Please be sure you
+        have the latest packages running:
         'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'
         """
     )