Skip to content

Commit f1f9f4e

Browse files
committed
style: fix E402 module import linting error for textwrap
1 parent da4a518 commit f1f9f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

end_to_end_figures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
plt.figure(figsize=(8, 4))
5757
plt.plot(freqs, mag, color='purple', alpha=0.7)
58-
import textwrap
58+
import textwrap # noqa: E402
5959

6060
verdict_text = textwrap.fill(
6161
f'Physics Verdict: {diag["verdict"]} | Root Cause: {diag["root_cause"]}', width=80

0 commit comments

Comments
 (0)