bugfix
This commit is contained in:
parent
26ac4571f4
commit
9f12e041ce
@ -644,5 +644,5 @@ class SQLor(object):
|
|||||||
async def connect(self):
|
async def connect(self):
|
||||||
raise Exception('Not Implemented')
|
raise Exception('Not Implemented')
|
||||||
|
|
||||||
async def close(self)
|
async def close(self):
|
||||||
raise Exception('Not Implemented')
|
raise Exception('Not Implemented')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user