Remove unused code

This commit is contained in:
mike cullerton 2022-02-03 06:47:41 -05:00
parent 2d48151976
commit 64ffbde3d9
1 changed files with 0 additions and 12 deletions

View File

@ -23,15 +23,3 @@ def merge_with_branch(branch):
repo = GitService().merge_with_branch(branch)
repo_model = GitRepo.from_repo(repo)
return GitRepoSchema().dump(repo_model)
# def get_local_status():
# return GitService().get_local_status()
# def set_repo_branch():
# pass
#
#
# def commit_repo_changes():
# pass