refractoring

This commit is contained in:
2025-01-25 16:34:49 +01:00
parent e10c025648
commit 292cacb397

View File

@@ -19,16 +19,12 @@ from __future__ import annotations
import asyncio
import contextlib
import dataclasses
import functools
import logging
import os
import wave
import itertools
from typing import cast, Any, AsyncGenerator, Coroutine, Dict, Optional, Tuple
from typing import List
import click
import pyee
try:
import lc3 # type: ignore # pylint: disable=E0401
@@ -115,12 +111,6 @@ def run_async(async_command: Coroutine) -> None:
color('!!! An error occurred while executing the command:', 'red'), message
)
# -----------------------------------------------------------------------------
# Constants
# -----------------------------------------------------------------------------
from typing import List
async def run_broadcast(
global_config : auracast_config.AuracastGlobalConfig,
big_config: List[auracast_config.AuracastBigConfig]