Skip to content

Commit 86490c5

Browse files
authored
Comment out potential future-use variables
1 parent c040467 commit 86490c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pytest_twisted.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,11 @@ def tear_it_down(deferred):
274274
except StopAsyncIteration:
275275
return
276276
except Exception as e:
277-
e = e
277+
pass
278+
# e = e
278279
else:
279-
e = None
280+
pass
281+
# e = None
280282

281283
# TODO: six.raise_from()
282284
raise AsyncGeneratorFixtureDidNotStopError.from_generator(

0 commit comments

Comments
 (0)