Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit b657ce4

Browse files
committed
Add method signature
1 parent 0b34d1c commit b657ce4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ci/update_pr_preview.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ def get_revision(self, refspec):
104104

105105
return output.split()[0]
106106

107+
def update_ref(self, refspec, revision):
108+
raise NotImplementedError()
109+
107110
def delete_ref(self, refspec):
108111
with self._make_temp_repo() as temp_repo:
109112
subprocess.check_call(

0 commit comments

Comments
 (0)