"""
 
 import gc
-
 gc.collect()
 from adafruit_blinka.agnostic import board
 gc.collect()
 
-__version__ = "0.0.0-auto.0"
-__repo__ = "https://github.com/adafruit/Adafruit_Micropython_Blinka.git"
-
-
 if board == "feather_huzzah":
     from adafruit_blinka.board.feather_huzzah import *
 elif board == "nodemcu":
     from adafruit_blinka.board.pyboard import *
 else:
     raise NotImplementedError("Board not supported")
-gc.collect()
\ No newline at end of file
+gc.collect()