Accept additional arguments for get(...) (#1154)

This commit is contained in:
Francesco Frassinelli
2023-02-26 22:57:09 +01:00
committed by GitHub
parent af312f115d
commit 0fc4f829f2
+1 -1
View File
@@ -131,7 +131,7 @@ class BaseProvider:
raise NotImplementedError()
def get(self, identifier):
def get(self, identifier, **kwargs):
"""
query the provider by id