From 458fb1f90b022281dc95b73773cddb7fbd47b123 Mon Sep 17 00:00:00 2001 From: Ondrej Winter Date: Sun, 14 Aug 2022 09:54:16 +0200 Subject: [PATCH] fix: forgotten async deleted --- neo4j/io/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo4j/io/__init__.py b/neo4j/io/__init__.py index 0867c0996..f796c4dce 100644 --- a/neo4j/io/__init__.py +++ b/neo4j/io/__init__.py @@ -633,7 +633,7 @@ def close(self): finally: self._closed = True - async def close_non_blocking(self): + def close_non_blocking(self): """Set the socket to non-blocking and close it. This will try to send the `GOODBYE` message (given the socket is not marked as defunct). However, should the write operation require