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')