Skip to content

Commit 40c58f6

Browse files
committed
fix: attempt to resolve ruff
1 parent 6f0a786 commit 40c58f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/extract_rust_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
script_dir = os.path.dirname(os.path.abspath(__file__))
3838
sys.path.insert(0, script_dir)
3939

40-
from rustdoc_utils import (
40+
from rustdoc_utils import ( # noqa: E402
4141
compile_single_example,
4242
format_test_results,
4343
generate_test_crate,

scripts/migrate_rust_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
script_dir = os.path.dirname(os.path.abspath(__file__))
3434
sys.path.insert(0, script_dir)
3535

36-
from rustdoc_utils import compile_single_example, RustExample
36+
from rustdoc_utils import compile_single_example, RustExample # noqa: E402
3737

3838

3939
# Pattern to find code-block:: rust within the content

0 commit comments

Comments
 (0)