Skip to content

Commit b57c955

Browse files
committed
remove pylint disable
1 parent 9410a21 commit b57c955

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/timestamp_filename/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
pycam.tone(1600, 0.05)
4747
try:
4848
pycam.display_message("snap", color=0x00DD00)
49-
# pylint: disable=line-too-long
5049
timestamp = "img_{}-{}-{}_{:02}-{:02}-{:02}_".format(
5150
time.localtime().tm_year,
5251
time.localtime().tm_mon,

0 commit comments

Comments
 (0)