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