Skip to content

Commit e4f2b1f

Browse files
paul-nechiforgithub-actions[bot]
authored andcommitted
CI code cleanup
1 parent 0158b11 commit e4f2b1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dimos/utils/docs/test_doclinks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
from pathlib import Path
1818

19+
import pytest
20+
1921
from dimos.utils.docs.doclinks import (
2022
build_doc_index,
2123
build_file_index,
@@ -27,7 +29,6 @@
2729
score_path_similarity,
2830
split_by_ignore_regions,
2931
)
30-
import pytest
3132

3233
# Use the actual repo root
3334
REPO_ROOT = Path(__file__).parent.parent.parent.parent

0 commit comments

Comments
 (0)