fix formatting issues with i2c.py

This commit is contained in:
Thomas Franks 2023-02-26 20:34:00 -05:00
parent dc4f7d2d92
commit 812235c025

View file

@ -32,6 +32,7 @@ except ImportError:
_I2C_ADDRESS = const(0x24)
class PN532_I2C(PN532):
"""Driver for the PN532 connected over I2C."""