Skip to content

Commit 71f745f

Browse files
fix: forgotten async deleted (#774)
1 parent 16d16d3 commit 71f745f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def close(self):
633633
finally:
634634
self._closed = True
635635

636-
async def close_non_blocking(self):
636+
def close_non_blocking(self):
637637
"""Set the socket to non-blocking and close it.
638638
This will try to send the `GOODBYE` message (given the socket is not
639639
marked as defunct). However, should the write operation require

0 commit comments

Comments
 (0)