Skip to content

Commit dd7c869

Browse files
committed
Linting
1 parent c9e90ec commit dd7c869

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/packages/aind_behavior_vr_foraging_curricula/tests/template/test_docs_readme.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44

55

66
def _template_module_dir() -> Path:
7-
return (
8-
Path(__file__).resolve().parents[2]
9-
/ "src"
10-
/ "aind_behavior_vr_foraging_curricula"
11-
/ "template"
12-
)
7+
return Path(__file__).resolve().parents[2] / "src" / "aind_behavior_vr_foraging_curricula" / "template"
138

149

1510
def test_template_readme_is_discoverable_for_docs():

0 commit comments

Comments
 (0)