Skip to content

Commit d488bbd

Browse files
committed
Re-ran black
1 parent 18858f7 commit d488bbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/pn532_readwrite_mifare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# pn532 = PN532_UART(uart, debug=False)
6666

6767
ic, ver, rev, support = pn532.firmware_version
68-
print('Found PN532 with firmware version: {0}.{1}'.format(ver, rev))
68+
print("Found PN532 with firmware version: {0}.{1}".format(ver, rev))
6969

7070
# Configure PN532 to communicate with MiFare cards
7171
pn532.SAM_configuration()

examples/pn532_readwrite_ntag2xx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# pn532 = PN532_UART(uart, debug=False)
6262

6363
ic, ver, rev, support = pn532.firmware_version
64-
print('Found PN532 with firmware version: {0}.{1}'.format(ver, rev))
64+
print("Found PN532 with firmware version: {0}.{1}".format(ver, rev))
6565

6666
# Configure PN532 to communicate with MiFare cards
6767
pn532.SAM_configuration()

examples/pn532_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# pn532 = PN532_UART(uart, debug=False)
4242

4343
ic, ver, rev, support = pn532.firmware_version
44-
print('Found PN532 with firmware version: {0}.{1}'.format(ver, rev))
44+
print("Found PN532 with firmware version: {0}.{1}".format(ver, rev))
4545

4646
# Configure PN532 to communicate with MiFare cards
4747
pn532.SAM_configuration()

0 commit comments

Comments
 (0)