Fix ruff I001 import sorting in centurion.py and hidpp20.py
This commit is contained in:
parent
fc874710cd
commit
b050ee515b
|
|
@ -35,11 +35,11 @@ from solaar import configuration
|
|||
from . import base
|
||||
from . import exceptions
|
||||
from . import hidpp10
|
||||
from .centurion_constants import CenturionCoreFeature
|
||||
from .common import Alert
|
||||
from .common import Battery
|
||||
from .common import BatteryStatus
|
||||
from .common import FirmwareKind
|
||||
from .centurion_constants import CenturionCoreFeature
|
||||
from .common import _read_usb_product_string
|
||||
from .hidpp20_constants import SupportedFeature
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@ from . import common
|
|||
from . import exceptions
|
||||
from . import hidpp10_constants
|
||||
from . import special_keys
|
||||
from .centurion_constants import CenturionCoreFeature
|
||||
from .centurion_constants import resolve_feature
|
||||
from .common import Battery
|
||||
from .common import BatteryLevelApproximation
|
||||
from .common import BatteryStatus
|
||||
|
|
@ -52,8 +54,6 @@ from .hidpp20_constants import ErrorCode
|
|||
from .hidpp20_constants import FeatureFlag
|
||||
from .hidpp20_constants import GestureId
|
||||
from .hidpp20_constants import ParamId
|
||||
from .centurion_constants import CenturionCoreFeature
|
||||
from .centurion_constants import resolve_feature
|
||||
from .hidpp20_constants import SupportedFeature
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Reference in New Issue