Skip to content

Commit eb3cd95

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 83509f4 commit eb3cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executorlib/standalone/interactive/communication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def shutdown(self, wait: bool = True):
132132
self._spawner.shutdown(wait=wait)
133133
self._reset_socket()
134134
return result
135-
135+
136136
def _reset_socket(self):
137137
"""
138138
Reset the socket and context of the SocketInterface instance.

0 commit comments

Comments
 (0)