We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ab523 commit 8b8fe95Copy full SHA for 8b8fe95
1 file changed
completion.py
@@ -69,6 +69,7 @@ def get_completion(
69
hide_reserved=False,
70
api_url='',
71
).completion
72
+ clone_repo.git.checkout(branch) # restore the original branch
73
else:
74
month_ago_completion = 0.0
75
0 commit comments