GabdaSilva07 / Ellis-BackEnd

0 stars 0 forks source link

refactor: convert string interpolations with missing arguments to literals #15

Closed deepsource-autofix[bot] closed 10 months ago

deepsource-autofix[bot] commented 10 months ago

String interpolation requires that you specify the string that is to be interpolated and the required arguments. Failing to specify the required arguments may result in an ill-formatted string. Because it is possible that such strings can critically alter the behaviour and control-flow of the program, it is suggested that you fix it as soon as possible.