mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Reformat code with upgraded version of black (#3446)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Spin box for selecting the number of aircraft in a flight."""
|
||||
|
||||
from PySide6.QtWidgets import QSpinBox
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""A layout containing a widget with an associated label."""
|
||||
|
||||
from typing import Optional
|
||||
|
||||
from PySide6.QtCore import Qt
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Widgets for displaying air tasking orders."""
|
||||
|
||||
import logging
|
||||
from typing import Optional
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Widgets for displaying client slots."""
|
||||
|
||||
from PySide6.QtWidgets import QLabel
|
||||
|
||||
from qt_ui.models import AtoModel
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Combo box for selecting aircraft types."""
|
||||
|
||||
from PySide6.QtWidgets import QComboBox
|
||||
|
||||
from game.dcs.aircrafttype import AircraftType
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Combo box for selecting a departure airfield."""
|
||||
|
||||
from typing import Iterable, Optional
|
||||
|
||||
from PySide6.QtWidgets import QComboBox
|
||||
|
||||
Reference in New Issue
Block a user