mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix base connection's run query interface
This commit is contained in:
parent
8ffdd6a2ce
commit
27eaae01a7
@ -39,4 +39,6 @@ def connect(backend=None, host=None, port=None, name=None):
|
||||
|
||||
|
||||
class Connection:
|
||||
pass
|
||||
|
||||
def run(self, query):
|
||||
raise NotImplementedError()
|
||||
|
Loading…
x
Reference in New Issue
Block a user