From f423d782783a5b14dcde69d887a001a37c1ef193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Ma=C3=AFzi?= Date: Fri, 3 Jul 2020 10:35:38 +0200 Subject: [PATCH] Fix test. --- halfapi/lib/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halfapi/lib/query.py b/halfapi/lib/query.py index b739916..f658aec 100644 --- a/halfapi/lib/query.py +++ b/halfapi/lib/query.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 from starlette.exceptions import HTTPException -from .responses import CSVResponse +from halfapi.lib.responses import CSVResponse """ This is the *query* library that contains all the useful functions to treat our