new method 'delete' in storage and config
This commit is contained in:
parent
bf754b1859
commit
ebe29a061f
6 changed files with 37 additions and 0 deletions
|
|
@ -30,5 +30,8 @@ class IConfig:
|
|||
def set(self, *args):
|
||||
raise NotImplementedError()
|
||||
|
||||
def delete(self, *args):
|
||||
raise NotImplementedError()
|
||||
|
||||
def get(self, *args, **kwargs):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue