adafruit / Adafruit_CircuitPython_BluefruitConnect

This module helps you to communicate with the Adafruit Bluefruit Connect app or use its protocols
MIT License
17 stars 16 forks source link

button: raise from parent exception #25

Closed ktdreyer closed 3 years ago

ktdreyer commented 3 years ago

This fixes a PyLint warning:

W0707: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)