]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/microcontroller/__init__.py
Fixed black errors
[Adafruit_Blinka-hackapet.git] / src / microcontroller / __init__.py
index d88576ad4deb80b568a6daa9c5417144d4d8e7a8..39beeb9f05a641f9ccfc7215aad2994eca50db79 100644 (file)
@@ -119,7 +119,9 @@ elif chip_id == ap_chip.RP2040_U2IF:
 elif chip_id == ap_chip.GENERIC_X86:
     print("WARNING: GENERIC_X86 is not fully supported. Some features may not work.")
 elif chip_id is None:
-    print("WARNING: chip_id == None is not fully supported. Some features may not work.")
+    print(
+        "WARNING: chip_id == None is not fully supported. Some features may not work."
+    )
 elif "sphinx" in sys.modules:
     pass
 else: