From e9023ce2336cc68cce084893534ff2a27f995322 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Mon, 29 Jan 2018 07:50:32 -0500 Subject: [PATCH] Remove newline in editor.py --- qutebrowser/misc/editor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/misc/editor.py b/qutebrowser/misc/editor.py index 6752a37e3..70bd4e68a 100644 --- a/qutebrowser/misc/editor.py +++ b/qutebrowser/misc/editor.py @@ -135,7 +135,6 @@ class ExternalEditor(QObject): self._content = text self.file_updated.emit(text) - def edit_file(self, filename): """Edit the file with the given filename.""" self._filename = filename