Skip to content

main: Use f-string when listing profiles

Bastien Nocera requested to merge wip/hadess/quiet-pylint into main

As advised by pylint:

src/powerprofilesctl:144:19: C0209: Formatting a regular string which could be a f-string (consider-using-f-string)

Merge request reports