Skip to content

Commit 00c6e64

Browse files
committed
made things consistent with nb and py
1 parent b537298 commit 00c6e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ragas_experimental/project/experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def get_experiment(self: Project, experiment_name: str, model) -> Dataset:
125125

126126
# %% ../../nbs/project/experiments.ipynb 17
127127
def find_git_root(
128-
start_path: t.Union[str, Path, None] = None # starting path to search from
128+
start_path: t.Union[str, Path, None] = None, # starting path to search from
129129
) -> Path:
130130
"""Find the root directory of a git repository by traversing up from the start path."""
131131
# Start from the current directory if no path is provided

0 commit comments

Comments
 (0)