Skip to content

Commit 976f536

Browse files
Update postgresDB.py
1 parent d654fd1 commit 976f536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/smack/mcp_smack/postgresDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def _return_connection(self, connection):
157157
except:
158158
pass
159159

160-
async def close_connection(self):
160+
def close_connection(self):
161161
"""Close the database connection pool."""
162162
if self._connection_pool:
163163
try:

0 commit comments

Comments
 (0)