Skip to content

Commit 36cb789

Browse files
authored
Update pytest_twisted.py
1 parent 70e6064 commit 36cb789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_twisted.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ def stop_twisted_greenlet():
211211
try:
212212
_instances.reactor.stop()
213213
except error.ReactorNotRunning:
214-
# Sometimes the reactor is stopped before we get here. For example, this can
215-
# happen in response to a SIGINT in some cases.
214+
# Sometimes the reactor is stopped before we get here. For
215+
# example, this can happen in response to a SIGINT in some cases.
216216
pass
217217
_instances.gr_twisted.switch()
218218

0 commit comments

Comments
 (0)