mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-23 16:15:02 +00:00
Remove unnecessary semi-colon
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user