Skip to content

Commit 9f4b62a

Browse files
Fix by Tural Mammadov
1 parent 2e46a3a commit 9f4b62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/StackInspector.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"source": [
388388
"class StackInspector(StackInspector):\n",
389389
" def is_internal_error(self, exc_tp: Type, \n",
390-
" exc_value: BaseException, \n",
390+
" exc_value: BaseException, # ignored\n",
391391
" exc_traceback: TracebackType) -> bool:\n",
392392
" \"\"\"Return True if exception was raised from `StackInspector` or a subclass.\"\"\"\n",
393393
" if not exc_tp:\n",

0 commit comments

Comments
 (0)