From 2610d9f0893d72b1698fa080db272ee7368805dd Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Wed, 23 Sep 2020 11:15:53 +0200 Subject: [PATCH] forgot to import typ --- halfapi/lib/responses.py | 1 + 1 file changed, 1 insertion(+) 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