Skip to content

Commit 464cc6b

Browse files
committed
fix test docs
1 parent 666e7bc commit 464cc6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/server/v1/server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from .components import (
99
ExampleAnalog,
1010
ExampleArm,
11-
ExampleAudioIn,
1211
ExampleAudioOut,
1312
ExampleBase,
1413
ExampleBoard,
@@ -30,7 +29,6 @@
3029

3130
async def run(host: str, port: int, log_level: int):
3231
my_arm = ExampleArm("arm0")
33-
my_audio_in = ExampleAudioIn("audio_in0")
3432
my_audio_out = ExampleAudioOut("audio_out0")
3533
my_base = ExampleBase("base0")
3634
my_board = ExampleBoard(
@@ -77,7 +75,6 @@ async def run(host: str, port: int, log_level: int):
7775
server = Server(
7876
resources=[
7977
my_arm,
80-
my_audio_in,
8178
my_audio_out,
8279
my_base,
8380
my_board,

0 commit comments

Comments
 (0)