Skip to content

Commit dd7acf1

Browse files
Fix import order in auto-pr-helper.py (ruff I001)
Resolve ruff lint error I001 that was preventing the build.
1 parent 5d1df72 commit dd7acf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto-pr-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import re
55
import sys
6-
from textwrap import indent, dedent
6+
from textwrap import dedent, indent
77

88
import pypandoc
99

0 commit comments

Comments
 (0)