rope
rope copied to clipboard
Handle the edge case where an f-string looks like f"#{some_var}"
Description
Fixes broken behavior with specific f-strings
Fixes #807
All tests passed on my machine