]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/board.py
fixing pre-commit
[Adafruit_Blinka-hackapet.git] / 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'
         """
     )