src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py

branch
eric7
changeset 10060
b946699e9e79
parent 9952
073eef323595
child 10065
de4ae767b0e3
--- a/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py	Wed May 24 09:44:18 2023 +0200
+++ b/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py	Wed May 24 10:31:09 2023 +0200
@@ -260,3 +260,6 @@
                 name = ManufacturerId.get(m, "") if withName else None
                 result.append((m, u[2:], name))
         return result
+
+#
+# eflag: noqa = U200

eric ide

mercurial