Skip to content

Commit

Permalink
[Hex2strColor] - silence PEP8 noqa W605
Browse files Browse the repository at this point in the history
  • Loading branch information
Twol committed Oct 5, 2023
1 parent 47e9be3 commit 86c3479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Tools/Hex2strColor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


def Hex2strColor(rgb):
return "\c%08x" % rgb
return "\c%08x" % rgb # noqa: W605

0 comments on commit 86c3479

Please sign in to comment.