Skip to content

Commit 7b23027

Browse files
committed
remove commented code
1 parent b123723 commit 7b23027

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_context_managers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def run(self):
3737
super().run()
3838
except BaseException as e:
3939
self.exc = e
40-
# finally:
41-
# del self._target, self._args, self._kwargs
4240

4341
def join(self, timeout=None):
4442
super().join(timeout)

0 commit comments

Comments
 (0)