remove extra line to satisfy flake8

This commit is contained in:
Marc Jauvin 2018-01-24 19:13:28 -05:00
parent d77c9ae009
commit 3b1fb92b11

View File

@ -434,7 +434,6 @@ class PromptContainer(QWidget):
message.info("Yanked download URL to clipboard: {}".format(s))
class LineEdit(QLineEdit):
"""A line edit used in prompts."""