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

@@ -54,7 +54,6 @@ class QPredefinedWaypointSelectionComboBox(QFilteredComboBox):
return waypoints
def find_possible_waypoints(self):
self.wpts = []
model = QStandardItemModel()
i = 0