From 69c5b47caa60abee9995cceb2be30c770d21dc9b Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 14 Jan 2025 16:50:22 -0500 Subject: [PATCH] pep8 style --- spyder/plugins/editor/widgets/editorstack/editorstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder/plugins/editor/widgets/editorstack/editorstack.py b/spyder/plugins/editor/widgets/editorstack/editorstack.py index a94f1395958..ede8cd8c322 100644 --- a/spyder/plugins/editor/widgets/editorstack/editorstack.py +++ b/spyder/plugins/editor/widgets/editorstack/editorstack.py @@ -2606,7 +2606,7 @@ def create_new_editor(self, fname, enc, txt, set_current, new=False, add_newline=self.add_newline, format_on_save=self.format_on_save, multi_cursor_enabled=self.multicursor_support, - mouse_shortcuts = self.mouse_shortcuts + mouse_shortcuts=self.mouse_shortcuts ) if cloned_from is None: