Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance authored Dec 30, 2024
1 parent de1f566 commit 004e3d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions powermon/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""cli.py - hold classes for the powermon cli"""
import gettext
from argparse import ArgumentParser
from pathlib import Path
from platform import python_version
Expand All @@ -10,7 +9,6 @@
from ruamel.yaml import YAML

from powermon import _

from powermon.libs.config import Color
from powermon.libs.errors import CommandDefinitionMissing, ConfigError
from powermon.libs.version import __version__ # noqa: F401
Expand All @@ -21,7 +19,6 @@
list_commands, list_protocols)



def ble_scan(args):
""" scan for BLE devices """
import asyncio
Expand Down
2 changes: 0 additions & 2 deletions powermon/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from pydantic import BaseModel

from powermon import _

from powermon.commands.command import Command, CommandDTO
from powermon.commands.result import Result
from powermon.libs.errors import (CommandDefinitionMissing, ConfigError,
Expand All @@ -17,7 +16,6 @@
from powermon.ports import from_config as port_from_config
from powermon.ports.abstractport import AbstractPort, _AbstractPortDTO


# Set-up logger
log = logging.getLogger("Device")

Expand Down
1 change: 0 additions & 1 deletion powermon/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from pydantic import ValidationError

from powermon import _

from powermon.commands.command import Command
from powermon.configmodel.config_model import ConfigModel
from powermon.device import Device
Expand Down

0 comments on commit 004e3d4

Please sign in to comment.