Closed alustig3 closed 1 year ago
Since Python 3, classes don't need parentheses if they are not inheriting another class.
This fixes a bug where if you had a device class defined with the new syntax, it would not get recognized and uploaded to the board
Thanks Andy!
Since Python 3, classes don't need parentheses if they are not inheriting another class.
This fixes a bug where if you had a device class defined with the new syntax, it would not get recognized and uploaded to the board