__repr__() tries to format a variable in an f-string without "f". Fix that.Signed-off-by: Jan Lindemann <jan@janware.com>
__repr__() tries to format a variable in an f-string without "f". Fix that.