pylint - try agina to disable protected-access erroo for name setting
This commit is contained in:
parent
20eb26c859
commit
6dbbff062e
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ uart = UARTService()
|
|||
advertisement = ProvideServicesAdvertisement(uart)
|
||||
#pylint: disable=protected-access
|
||||
ble._adapter.name = SNOWGLOBE_NAME
|
||||
#pylint: enable=protected-access
|
||||
|
||||
#--| ANIMATIONS |----------------------------------------------------
|
||||
def spin(config):
|
||||
|
|
|
|||
Loading…
Reference in a new issue