Skip to content

Commit 5b4736a

Browse files
authored
wow
1 parent 5260811 commit 5b4736a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_twisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def tear_it_down(deferred):
273273
yield deferred
274274
except StopAsyncIteration:
275275
return
276-
except Exception: # as e:
276+
except Exception: # as e:
277277
pass
278278
# e = e
279279
else:

0 commit comments

Comments
 (0)