mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
use isort when formatting
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
# Imports
|
||||
# -----------------------------------------------------------------------------
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
import collections
|
||||
import enum
|
||||
@@ -33,10 +34,10 @@ from typing import (
|
||||
Union,
|
||||
overload,
|
||||
)
|
||||
from typing_extensions import Self
|
||||
|
||||
import pyee
|
||||
import pyee.asyncio
|
||||
from typing_extensions import Self
|
||||
|
||||
from bumble.colors import color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user