summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-08-20 13:06:44 +0200
committertmartins <thigm85@gmail.com>2020-08-20 13:06:44 +0200
commit33db5444b5d2f9f11a807635fe22166b707e5630 (patch)
tree56349114b9a5de7f40c5096e40925888d3a3171c /python
parent913c8f549e6f3c714cce283a3fdb8595089600f1 (diff)
organize imports
Diffstat (limited to 'python')
-rw-r--r--python/vespa/vespa/application.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/vespa/vespa/application.py b/python/vespa/vespa/application.py
index f3ac97b7c8a..dfb8f181cd4 100644
--- a/python/vespa/vespa/application.py
+++ b/python/vespa/vespa/application.py
@@ -1,10 +1,9 @@
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
from typing import Optional, Dict, Tuple, List
-from requests import post
-from requests.models import Response
from pandas import DataFrame
from requests import post
+from requests.models import Response
from vespa.query import Query, VespaResult
from vespa.evaluation import EvalMetric