mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Blacken.
This commit is contained in:
@@ -5,7 +5,6 @@ from qt_ui.windows.preferences.QLiberationPreferences import QLiberationPreferen
|
||||
|
||||
|
||||
class QLiberationPreferencesWindow(QDialog):
|
||||
|
||||
def __init__(self):
|
||||
super(QLiberationPreferencesWindow, self).__init__()
|
||||
|
||||
@@ -15,7 +14,7 @@ class QLiberationPreferencesWindow(QDialog):
|
||||
self.setWindowIcon(QIcon("./resources/icon.png"))
|
||||
self.preferences = QLiberationPreferences()
|
||||
self.apply_button = QPushButton("Apply")
|
||||
self.apply_button.clicked.connect(lambda : self.apply())
|
||||
self.apply_button.clicked.connect(lambda: self.apply())
|
||||
self.initUI()
|
||||
|
||||
def initUI(self):
|
||||
@@ -34,4 +33,3 @@ class QLiberationPreferencesWindow(QDialog):
|
||||
self.close()
|
||||
else:
|
||||
print("Not Closing")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user