remove out-of-scope reference

This commit is contained in:
xs5871 2021-12-05 17:43:45 +00:00 committed by Kyle Brown
parent cd4ba26e95
commit 65f48b53a4

View File

@ -42,7 +42,7 @@ class LED(Extension):
except Exception as e:
print(e)
raise InvalidExtensionEnvironment(
f'Unable to create pwmio.PWMOut() instance with provided led_pin "{pin}"'
'Unable to create pwmio.PWMOut() instance with provided led_pin'
)
self._brightness = 0