Accept additional arguments for get(...) (#1154)
This commit is contained in:
committed by
GitHub
parent
af312f115d
commit
0fc4f829f2
@@ -131,7 +131,7 @@ class BaseProvider:
|
||||
|
||||
raise NotImplementedError()
|
||||
|
||||
def get(self, identifier):
|
||||
def get(self, identifier, **kwargs):
|
||||
"""
|
||||
query the provider by id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user