Skip to content

Commit b516110

Browse files
committed
Map Bytes to Bytes field
1 parent 97c5024 commit b516110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labthings/server/types/registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
Dict,
2424
List,
2525
list,
26+
bytes,
2627
]
2728

2829

@@ -59,6 +60,7 @@ def __init__(self) -> None:
5960
UUID: fields.UUID,
6061
dict: fields.Dict,
6162
Dict: fields.Dict,
63+
bytes: fields.Bytes,
6264
_empty: fields.Field,
6365
}.items()
6466
}

0 commit comments

Comments
 (0)