Skip to content

Commit

Permalink
Fix remaining error manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaxwell-anthropic authored and ionelmc committed Oct 21, 2023
1 parent d35e55e commit dcb16f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pickle_exception.py
Expand Up @@ -44,7 +44,6 @@ def test_install(clear_dispatch_table, how, protocol):
# The ValueError's __context__ will be the ZeroDivisionError
raise ValueError('blah')
except Exception as e:
assert isinstance(e.__context__, ZeroDivisionError)
# Python 3 only syntax
# raise CustomError("foo") from e
new_e = CustomError('foo')
Expand Down

0 comments on commit dcb16f0

Please sign in to comment.