Skip to content

Commit

Permalink
remove pylint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Mar 4, 2024
1 parent 9410a21 commit b57c955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/timestamp_filename/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
pycam.tone(1600, 0.05)
try:
pycam.display_message("snap", color=0x00DD00)
# pylint: disable=line-too-long
timestamp = "img_{}-{}-{}_{:02}-{:02}-{:02}_".format(
time.localtime().tm_year,
time.localtime().tm_mon,
Expand Down

0 comments on commit b57c955

Please sign in to comment.