mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Format with updated black
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Dialog window for editing flights."""
|
||||
|
||||
from PySide6.QtWidgets import (
|
||||
QDialog,
|
||||
QVBoxLayout,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Dialogs for creating and editing ATO packages."""
|
||||
|
||||
import logging
|
||||
from typing import Optional
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Combo box for selecting squadrons."""
|
||||
|
||||
from typing import Optional
|
||||
|
||||
from PySide6.QtWidgets import QComboBox
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
class MissingPropertyDataError(RuntimeError):
|
||||
...
|
||||
class MissingPropertyDataError(RuntimeError): ...
|
||||
|
||||
Reference in New Issue
Block a user