Skip to content

Commit

Permalink
remove unnecessary f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed Feb 26, 2025
1 parent 60e3424 commit d965e56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def render_graph_text(
self._figure_info.append(f" {denominator}")
else:
self._figure_info.append(
f"Number of filter coefficients exceeds available display area"
"Number of filter coefficients exceeds available display area"
)
self._figure_info.append(" ")
self._figure_info.append(" ")
Expand Down

0 comments on commit d965e56

Please sign in to comment.