diff --git a/lon_deployer/fastboot.py b/lon_deployer/fastboot.py index 76b13a2..607b2c4 100644 --- a/lon_deployer/fastboot.py +++ b/lon_deployer/fastboot.py @@ -1,9 +1,9 @@ -from . import files, exceptions -from .utils import logger, console - import os import subprocess +from . import files, exceptions +from .utils import logger, console + def _fastboot_run(command: [str], serial: str = None) -> str: try: