Skip to content

Commit d60b45a

Browse files
authored
black
1 parent 9d1bab7 commit d60b45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ble_device_info_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Info that the other device can read about us.
2020
my_info = DeviceInfoService(manufacturer="CircuitPython.org", model_number="1234")
2121

22-
print ("advertising")
22+
print("advertising")
2323

2424
while not radio.connected:
2525
pass

0 commit comments

Comments
 (0)