Skip to content

Commit fd44458

Browse files
committed
Remove superfluous except statement in test.
1 parent 2abddc1 commit fd44458

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/utils/jupyter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ def run_notebook(path):
1717

1818
try:
1919
result = kernel.preprocess(nb)
20-
except Exception as e:
21-
raise e
2220
finally:
2321
if cleanup_checkpoints and checkpoint_path.exists():
2422
# clean up if the directory was created by the test

0 commit comments

Comments
 (0)