out_end=None,
         in_start=0,
         in_end=None,
-        stop=False
+        stop=False,
     ):
         """Write data from buffer_out to an address and then
         read data from an address and into buffer_in
 
         super().__init__(index, frequency=frequency)
 
+
 class I2C_MacroPad(I2C):
     """I2C Class for MacroPad u2if"""
 
         self._index = index
         super().__init__(index, frequency=frequency)
 
+
 class I2C_QT2040_Trinkey(I2C):
     """I2C Class for QT2040 Trinkey u2if"""