-from adafruit_blinka.agnostic import board as agnostic_board
-print("Found system type: %s (sys.plaform %s implementation %s) " % (agnostic_board, sys.platform, sys.implementation.name))
+print("Found system type: %s (sys.plaform %s implementation %s) " %
+ (agnostic_board, sys.platform, sys.implementation.name))