ruff fixes done

This commit is contained in:
ssillerom
2026-01-28 08:59:28 +01:00
parent 9102e81cb8
commit 55e0d4ecc4
2 changed files with 5 additions and 9 deletions

View File

@@ -1,14 +1,11 @@
"""Tests for the Genesys AudioHook serializer."""
import json
import pytest
from pipecat.frames.frames import InputDTMFFrame, OutputTransportMessageUrgentFrame
from pipecat.serializers.genesys import (
GenesysAudioHookSerializer,
AudioHookChannel
)
from pipecat.serializers.genesys import AudioHookChannel, GenesysAudioHookSerializer
class TestGenesysAudioHookSerializer: