Skip to content

Commit 32c316c

Browse files
committed
style: fix remaining E402 import linting error for ast
1 parent 9fe1d66 commit 32c316c

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 ast
58+
import ast # noqa: E402
5959
import textwrap # noqa: E402
6060

6161
cause_str = str(diag['root_cause'])

0 commit comments

Comments
 (0)