Format with updated black

This commit is contained in:
Raffson
2024-10-12 17:20:44 +02:00
parent 11a9d67b91
commit 5fdf38c663
58 changed files with 164 additions and 187 deletions

View File

@@ -1,4 +1,5 @@
"""Dialog window for editing flights."""
from PySide6.QtWidgets import (
QDialog,
QVBoxLayout,

View File

@@ -1,4 +1,5 @@
"""Dialogs for creating and editing ATO packages."""
import logging
from typing import Optional

View File

@@ -1,4 +1,5 @@
"""Combo box for selecting squadrons."""
from typing import Optional
from PySide6.QtWidgets import QComboBox

View File

@@ -1,2 +1 @@
class MissingPropertyDataError(RuntimeError):
...
class MissingPropertyDataError(RuntimeError): ...