From a3232b9df60bb5a1c10f2c58ce23e399372e9838 2024-06-04 23:12:30 From: Stephen Macke Date: 2024-06-04 23:12:30 Subject: [PATCH] format --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index f0b25a1..d05cb45 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -2033,7 +2033,7 @@ class InteractiveShell(SingletonConfigurable): print(self.InteractiveTB.stb2text(stb)) print("The original exception:") stb = self.InteractiveTB.structured_traceback( - etype, value, tb, tb_offset=tb_offset + etype, value, tb, tb_offset=tb_offset ) return stb