Skip to content

Commit b12e8ae

Browse files
committed
Fix linter warning by disabling two-few-public-methods
1 parent 1bb93f9 commit b12e8ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/ble_json_service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# service can be any valid random uuid (some BLE UUID's are reserved).
1111
# NOTE: JSON data is limited by characteristic max_length of 512 byes.
1212
class SensorService(Service):
13+
# pylint: disable=too-few-public-methods
14+
1315
uuid = VendorUUID("51ad213f-e568-4e35-84e4-67af89c79ef0")
1416

1517
settings = JSONCharacteristic(

0 commit comments

Comments
 (0)