Skip to content

Commit 11e36b4

Browse files
authored
Merge pull request #13 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 9542ee4 + 312215d commit 11e36b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_vs1053.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
__version__ = "0.0.0-auto.0"
6666
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VS1053.git"
6767

68-
# pylint: disable=bad-whitespace
6968
_COMMAND_BAUDRATE = const(250000) # Speed for command transfers (MUST be slow)
7069
_DATA_BAUDRATE = const(8000000) # Speed for data transfers (fast!)
7170

@@ -101,7 +100,6 @@
101100
_VS1053_MODE_SM_ADPCM = const(0x1000)
102101
_VS1053_MODE_SM_LINE1 = const(0x4000)
103102
_VS1053_MODE_SM_CLKRANGE = const(0x8000)
104-
# pylint: enable=bad-whitespace
105103

106104

107105
class VS1053:

0 commit comments

Comments
 (0)