Remove unnecessary semi-colon

This commit is contained in:
Sambhav Kothari
2018-03-19 17:34:24 +05:30
parent df2e63df35
commit 7b6df8b3fb

View File

@@ -247,7 +247,7 @@ class LogView(LogViewCommon):
)
def show(self):
self.highlight_text.setFocus(QtCore.Qt.OtherFocusReason);
self.highlight_text.setFocus(QtCore.Qt.OtherFocusReason)
super().show()
def _clear_log_do(self):