From a9f3943371cd8fd9e028f4e04d3bee0d43fc5dbe 2022-11-29 23:35:18 From: nfgf Date: 2022-11-29 23:35:18 Subject: [PATCH] sigh --- diff --git a/IPython/core/magic.py b/IPython/core/magic.py index a5a55e6..82728cd 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -257,8 +257,8 @@ def _function_magic_marker(magic_kind): return magic_deco -MAGIC_NO_VAR_EXPAND_ATTR = '_ipython_magic_no_var_expand' -MAGIC_OUTPUT_CAN_BE_DISABLED = '_ipython_magic_output_can_be_disabled' +MAGIC_NO_VAR_EXPAND_ATTR = "_ipython_magic_no_var_expand" +MAGIC_OUTPUT_CAN_BE_DISABLED = "_ipython_magic_output_can_be_disabled" def no_var_expand(magic_func):