We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8b0f7 commit 515ca05Copy full SHA for 515ca05
completion.py
@@ -69,7 +69,7 @@ def get_completion(
69
hide_reserved=False,
70
api_url='',
71
).completion
72
- clone_repo.git.checkout(branch) # restore the original branch
+ clone_repo.git.checkout(branch) # restore the original state
73
else:
74
month_ago_completion = 0.0
75
0 commit comments