Skip to content

Commit 5ce89f8

Browse files
committed
Linting
1 parent 6aef94e commit 5ce89f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/aind_behavior_vr_foraging/data_contract/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ def render_dataset(version: str = __semver__) -> str:
4444
from contraqctor.contract.utils import print_data_stream_tree_html
4545

4646
dataset_constructor = _dataset_lookup_helper(version)
47-
return print_data_stream_tree_html(dataset_constructor(Path("<RootPath>")), show_missing_indicator=False, show_type=True)
47+
return print_data_stream_tree_html(
48+
dataset_constructor(Path("<RootPath>")), show_missing_indicator=False, show_type=True
49+
)

0 commit comments

Comments
 (0)