Skip to content

Commit 1147027

Browse files
committed
Address one more pylint complaint.
1 parent be5723b commit 1147027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rfm9x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from warnings import warn
3838
except ImportError:
3939
def warn(msg, **kwargs):
40-
# Issue a warning to stdout.
40+
"Issue a warning to stdout."
4141
print("%s: %s" % ("Warning" if kwargs.get("cat") is None else kwargs["cat"].__name__, msg))
4242

4343
import adafruit_bus_device.spi_device as spidev

0 commit comments

Comments
 (0)