Remove newline in editor.py

This commit is contained in:
Ryan Roden-Corrent 2018-01-29 07:50:32 -05:00
parent 530a1859a3
commit e9023ce233

View File

@ -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