diff --git a/halfapi/lib/responses.py b/halfapi/lib/responses.py index 6f173ef..dca2a25 100644 --- a/halfapi/lib/responses.py +++ b/halfapi/lib/responses.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # builtins +import typing as typ import orjson from half_orm.null import NULL