You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the pretty-printer handles f-string like regular strings, which means it may output this: f"foo {d[\"bar\"]} baz", which is invalid syntax, as backslashes are not allowed between curly brackets
The text was updated successfully, but these errors were encountered:
Currently, the pretty-printer handles f-string like regular strings, which means it may output this:
f"foo {d[\"bar\"]} baz"
, which is invalid syntax, as backslashes are not allowed between curly bracketsThe text was updated successfully, but these errors were encountered: