PythonExtra/examples/bluetooth
Damien George 06659077a8 all: Update Python code to conform to latest black formatting.
Updating to Black v20.8b1 there are two changes that affect the code in
this repository:

- If there is a trailing comma in a list (eg [], () or function call) then
  that list is now written out with one line per element.  So remove such
  trailing commas where the list should stay on one line.

- Spaces at the start of """ doc strings are removed.

Signed-off-by: Damien George <damien@micropython.org>
2020-08-29 15:18:01 +10:00
..
ble_advertising.py examples/bluetooth: In ble_advertising.py, skip appearance if not set. 2020-07-18 14:23:20 +10:00
ble_simple_central.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
ble_simple_peripheral.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
ble_temperature.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
ble_temperature_central.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
ble_uart_peripheral.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
ble_uart_repl.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00