Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move utils
Browse files Browse the repository at this point in the history
collindutter committed Apr 12, 2024
1 parent cc7b14b commit 7deca13
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_code_blocks.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
import os

import pytest
from utils.code_blocks import get_all_code_blocks, check_py_string
from tests.utils.code_blocks import get_all_code_blocks, check_py_string

docs_all_changed_files = os.environ.get("DOCS_ALL_CHANGED_FILES", "").splitlines()

Empty file.
File renamed without changes.

0 comments on commit 7deca13

Please sign in to comment.