]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - src/adafruit_blinka/agnostic.py
YAPF PEP8 auto-reformat layout and whitespace (no code changes)
[hackapet/Adafruit_Blinka.git] / src / adafruit_blinka / agnostic.py
index 67b42e6a9e2c91c058b6d597905730207b55df72..85670bf8ffd7e29cc2c7c9bc8569fe2910011727 100644 (file)
@@ -15,7 +15,7 @@ except:
 
 board = None
 if microcontroller is not None:
-    if microcontroller == "esp8266": # TODO more conservative board-guessing
+    if microcontroller == "esp8266":  # TODO more conservative board-guessing
         board = "feather_huzzah"
     elif microcontroller == "samd21":
         board = "feather_m0_express"
@@ -28,4 +28,4 @@ if implementation == "micropython":
     from utime import sleep
 elif implementation == "circuitpython":
     from time import sleep
-gc.collect()
\ No newline at end of file
+gc.collect()