forked from openlp/openlp
Fixed the new trailing space added by previous pep fix
This commit is contained in:
parent
89856d78b2
commit
5270b1a716
@ -52,7 +52,7 @@ class MediaClipSelectorForm(QtWidgets.QDialog, Ui_MediaClipSelector, RegistryPro
|
||||
"""
|
||||
Constructor
|
||||
"""
|
||||
super(MediaClipSelectorForm, self).__init__(parent, QtCore.Qt.WindowSystemMenuHint |
|
||||
super(MediaClipSelectorForm, self).__init__(parent, QtCore.Qt.WindowSystemMenuHint |
|
||||
QtCore.Qt.WindowTitleHint | QtCore.Qt.WindowCloseButtonHint)
|
||||
self.vlc_instance = None
|
||||
self.vlc_media_player = None
|
||||
|
Loading…
Reference in New Issue
Block a user