Skip to content

Commit

Permalink
Remove outdated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed May 27, 2024
1 parent 3bd26f8 commit ad3b68f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/test_import_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ def subtract_one(x):
subtract_one(0)

def test_context(self):
"""
Usage via context manager should give same results and not suppress other
errors.
"""
with ImportAlarm(
"Working import",
_fail_on_warning=True
Expand Down

0 comments on commit ad3b68f

Please sign in to comment.