Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
bagerard committed Mar 4, 2024
1 parent b123723 commit 7b23027
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_context_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def run(self):
super().run()
except BaseException as e:
self.exc = e
# finally:
# del self._target, self._args, self._kwargs

def join(self, timeout=None):
super().join(timeout)
Expand Down

0 comments on commit 7b23027

Please sign in to comment.