Skip to content

Commit

Permalink
Map Bytes to Bytes field
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed May 2, 2020
1 parent 97c5024 commit b516110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labthings/server/types/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Dict,
List,
list,
bytes,
]


Expand Down Expand Up @@ -59,6 +60,7 @@ def __init__(self) -> None:
UUID: fields.UUID,
dict: fields.Dict,
Dict: fields.Dict,
bytes: fields.Bytes,
_empty: fields.Field,
}.items()
}
Expand Down

0 comments on commit b516110

Please sign in to comment.