This commit is contained in:
yumoqing 2025-10-19 11:38:59 +08:00
parent 26ac4571f4
commit 9f12e041ce

View File

@ -644,5 +644,5 @@ class SQLor(object):
async def connect(self):
raise Exception('Not Implemented')
async def close(self)
async def close(self):
raise Exception('Not Implemented')