Skip to content

Commit

Permalink
mecha-pylint vs. giganto black
Browse files Browse the repository at this point in the history
  • Loading branch information
caternuson committed Mar 4, 2020
1 parent c101947 commit cc8e59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_rockblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def data_out(self, buf):
def text_out(self):
"""The text in the outbound buffer."""
text = None
#TODO: add better check for non-text in buffer
#pylint: disable=broad-except
# TODO: add better check for non-text in buffer
# pylint: disable=broad-except
try:
text = self._buf_out.decode()
except Exception:
Expand Down

0 comments on commit cc8e59e

Please sign in to comment.