From 10a27e1d026040a5f0415b052aa5e0614bbece46 2022-11-29 23:26:59 From: nfgf Date: 2022-11-29 23:26:59 Subject: [PATCH] And again --- diff --git a/IPython/core/displayhook.py b/IPython/core/displayhook.py index 25aa2f0..aba4f90 100644 --- a/IPython/core/displayhook.py +++ b/IPython/core/displayhook.py @@ -92,7 +92,7 @@ class DisplayHook(Configurable): return False return self.semicolon_at_end_of_expression(cell) - + @staticmethod def semicolon_at_end_of_expression(expression): """Parse Python expression and detects whether last token is ';'"""