pylint - try agina to disable protected-access erroo for name setting

This commit is contained in:
Jerry Needell 2019-12-01 11:53:43 -05:00
parent 20eb26c859
commit 6dbbff062e

View file

@ -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):