X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/f297dd6be37b33a335856769eba5a07ff59da01f..2c9ee372bb370a1ffc490a712a28b3318df6ddd9:/src/microcontroller/__init__.py diff --git a/src/microcontroller/__init__.py b/src/microcontroller/__init__.py index d88576a..39beeb9 100644 --- a/src/microcontroller/__init__.py +++ b/src/microcontroller/__init__.py @@ -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: