]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/adafruit_blinka/microcontroller/fake_mcp2221/fake_mcp2221.py
blacken
[Adafruit_Blinka-hackapet.git] / src / adafruit_blinka / microcontroller / fake_mcp2221 / fake_mcp2221.py
index 39e01de7eefddc118d6fc16dc05e2791de45a327..7a75dec3e229d855a73502b3d153ce9da93aadd7 100644 (file)
@@ -14,7 +14,7 @@ class MCP2221:
     """MCP2221 Device Class Definition"""
 
     def __init__(self):
-        pass # This is a "fake" implementation
+        pass  # This is a "fake" implementation
 
     def close(self):
         """Close the hid device. Does nothing if the device is not open."""
@@ -24,7 +24,6 @@ class MCP2221:
         # try to close the device before destroying the instance
         pass
 
-
     def _hid_xfer(self, report, response=True):
         """Perform HID Transfer"""
         return None
@@ -67,7 +66,6 @@ class MCP2221:
         """Get Current GPIO Pin Value"""
         pass
 
-
     # ----------------------------------------------------------------
     # I2C
     # ----------------------------------------------------------------
@@ -120,7 +118,6 @@ class MCP2221:
         """Perform an I2C Device Scan"""
         pass
 
-
     # ----------------------------------------------------------------
     # ADC
     # ----------------------------------------------------------------
@@ -147,4 +144,4 @@ class MCP2221:
     # pylint: enable=unused-argument
 
 
-mcp2221 = MCP2221()
\ No newline at end of file
+mcp2221 = MCP2221()