From 9f12e041ce3659bb42b4a3c5d5f1218af5bfe1f8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 19 Oct 2025 11:38:59 +0800 Subject: [PATCH] bugfix --- sqlor/sor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlor/sor.py b/sqlor/sor.py index 0876378..e443a35 100755 --- a/sqlor/sor.py +++ b/sqlor/sor.py @@ -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')