Skip to content

Commit 4be1c45

Browse files
committed
!squash more
1 parent 9f8843c commit 4be1c45

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/libvcs/pytest_plugin.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,6 @@ def fn(
343343

344344
return remote_repo_path
345345

346-
# return _create_git_remote_repo(
347-
# remote_repos_path=remote_repos_path,
348-
# remote_repo_name=remote_repo_name
349-
# if remote_repo_name is not None
350-
# else unique_repo_name(remote_repos_path=remote_repos_path),
351-
# remote_repo_post_init=remote_repo_post_init,
352-
# init_cmd_args=init_cmd_args,
353-
# )
354-
355346
return fn
356347

357348

@@ -386,15 +377,6 @@ def fn(
386377

387378
return remote_repo_path
388379

389-
# return _create_git_remote_repo(
390-
# remote_repos_path=remote_repos_path,
391-
# remote_repo_name=remote_repo_name
392-
# if remote_repo_name is not None
393-
# else unique_repo_name(remote_repos_path=remote_repos_path),
394-
# remote_repo_post_init=remote_repo_post_init,
395-
# init_cmd_args=init_cmd_args,
396-
# )
397-
398380
return fn
399381

400382

0 commit comments

Comments
 (0)