News

This is caused by an unescaped newline (\n) being used inside a nested f-string expression. Python's f-string parsing does not allow certain escape sequences inside {}.