Skip to content

Commit

Permalink
remove unnecessary fstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Oct 24, 2023
1 parent 629acf5 commit f6a6ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ class B:
"PYFLYBY_PATH": dot_pyflyby
})

expected = dedent(f"""
expected = dedent("""
from __future__ import annotations
class A:
Expand Down

0 comments on commit f6a6ddb

Please sign in to comment.