Skip to content

Commit cc8e59e

Browse files
committed
mecha-pylint vs. giganto black
1 parent c101947 commit cc8e59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_rockblock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def data_out(self, buf):
116116
def text_out(self):
117117
"""The text in the outbound buffer."""
118118
text = None
119-
#TODO: add better check for non-text in buffer
120-
#pylint: disable=broad-except
119+
# TODO: add better check for non-text in buffer
120+
# pylint: disable=broad-except
121121
try:
122122
text = self._buf_out.decode()
123123
except Exception:

0 commit comments

Comments
 (0)