use isort when formatting

This commit is contained in:
Gilles Boccon-Gibod
2025-08-21 14:21:19 -07:00
parent ceefe8b2a5
commit 7aba36302a
198 changed files with 1129 additions and 1321 deletions

View File

@@ -23,6 +23,7 @@
# Imports
# -----------------------------------------------------------------------------
import sys
import yaml
# -----------------------------------------------------------------------------

View File

@@ -17,15 +17,14 @@
# -----------------------------------------------------------------------------
import logging
import pathlib
import urllib.request
import urllib.error
import urllib.request
import click
from bumble.colors import color
from bumble.drivers import intel
# -----------------------------------------------------------------------------
# Logging
# -----------------------------------------------------------------------------

View File

@@ -12,21 +12,21 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import asyncio
# -----------------------------------------------------------------------------
# Imports
# -----------------------------------------------------------------------------
import logging
import asyncio
from typing import Any, Optional
import click
from bumble.colors import color
import bumble.logging
from bumble import transport
from bumble.colors import color
from bumble.drivers import intel
from bumble.host import Host
import bumble.logging
# -----------------------------------------------------------------------------
# Logging

View File

@@ -17,16 +17,15 @@
# -----------------------------------------------------------------------------
import logging
import pathlib
import urllib.request
import urllib.error
import urllib.request
import click
import bumble.logging
from bumble.colors import color
from bumble.drivers import rtk
from bumble.tools import rtk_util
import bumble.logging
# -----------------------------------------------------------------------------
# Logging

View File

@@ -20,11 +20,10 @@ import logging
import click
from bumble import company_ids, hci, transport
from bumble.host import Host
from bumble.drivers import rtk
import bumble.logging
from bumble import company_ids, hci, transport
from bumble.drivers import rtk
from bumble.host import Host
# -----------------------------------------------------------------------------
# Logging