From e6fa312e53b278b02ebb0fe0ea15ca24ba7ef3b4 2020-11-21 06:40:36 From: Aditya Sathe Date: 2020-11-21 06:40:36 Subject: [PATCH] +1 linting issues --- diff --git a/IPython/core/magic.py b/IPython/core/magic.py index 43d606a..03b76cb 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -663,7 +663,7 @@ class Magics(Configurable): if preserve_non_opts: args = remainder_arg_str.lstrip() else: - args = ' '.join(args) + args = " ".join(args) return opts,args