Skip to content

Commit 96a464d

Browse files
whitespace
1 parent 2dc5d61 commit 96a464d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/asyncio/unix_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,7 @@ def set_child_watcher(self, watcher):
14811481
"""Set the watcher for child processes."""
14821482

14831483
assert watcher is None or isinstance(watcher, AbstractChildWatcher)
1484+
14841485
if self._watcher is not None:
14851486
self._watcher.close()
14861487

0 commit comments

Comments
 (0)