adafruit / Adafruit_CircuitPython_MCP2515

A CircuitPython library for working with the MCP2515 CAN bus controller
MIT License
20 stars 14 forks source link

Fix pylint errors #14

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Fixes the following pylint errors:

 ************* Module mcp2515_canio_test
Error: examples/mcp2515_canio_test.py:25:15: E0601: Using variable 'CAN' before assignment (used-before-assignment)