Skip to content

Commit 60d2c8f

Browse files
authored
Merge pull request #140 from Miyamura80/fix/outdated-documentation-imports-7209425350518636176
docs: fix outdated documentation (automated weekly drift check)
2 parents 9d59d40 + 0e1c370 commit 60d2c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ result = await inf_module.run(input_field="value")
9191

9292
```python
9393
from tests.test_template import TestTemplate
94-
from tests.conftest import slow_test, nondeterministic_test
94+
from tests.test_template import slow_test, nondeterministic_test
9595

9696
class TestMyFeature(TestTemplate):
9797
def test_something(self):

0 commit comments

Comments
 (0)