Skip to content

Commit 8c86fca

Browse files
committed
chore(BaseRepo): Stub update_repo and obtain for naive annotation help
1 parent 053546d commit 8c86fca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libvcs/base.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,11 @@ def ensure_dir(self, *args, **kwargs):
143143

144144
return True
145145

146+
def update_repo(self, *args, **kwargs):
147+
raise NotImplementedError
148+
149+
def obtain(self, *args, **kwargs):
150+
raise NotImplementedError
151+
146152
def __repr__(self):
147153
return f"<{self.__class__.__name__} {self.repo_name}>"

0 commit comments

Comments
 (0)