W1309 f-string-without-interpolationΒΆ

Message

'Using an f-string that does not have any interpolated variables'

Description

Used when we detect an f-string that does not use any interpolation variables, in which case it can be either a normal string or a bug in the code.