Update black.

Required for the new syntax in Python 3.12.
This commit is contained in:
Dan Albert
2023-11-30 21:02:27 -08:00
parent 28954d05eb
commit 2447cc156d
37 changed files with 7 additions and 45 deletions

View File

@@ -70,7 +70,6 @@ class QGroundObjectMenu(QDialog):
self.init_ui()
def init_ui(self):
self.mainLayout = QVBoxLayout()
self.budget = QBudgetBox(self.game)
self.budget.setGame(self.game)
@@ -105,7 +104,6 @@ class QGroundObjectMenu(QDialog):
self.setLayout(self.mainLayout)
def doLayout(self):
self.update_total_value()
self.intelBox = QGroupBox("Units :")
self.intelLayout = QGridLayout()