aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-09-01 10:28:19 +0200
committertmartins <thigm85@gmail.com>2020-09-01 10:28:19 +0200
commite2c3dbfb0afbab0d29dd0404bbfb97ea0c83e97c (patch)
tree68b4bdf14d6164774eb29b6163e3afbd3eb7dfcd /python
parentb4caa167c822fadc35533c0328f4615e4e83d1a9 (diff)
remove unnecessary library
Diffstat (limited to 'python')
-rw-r--r--python/vespa/vespa/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/vespa/vespa/package.py b/python/vespa/vespa/package.py
index f242f43c1ba..ac5c806e8a5 100644
--- a/python/vespa/vespa/package.py
+++ b/python/vespa/vespa/package.py
@@ -2,7 +2,6 @@ import http.client
import json
import os
import re
-import tempfile
import zipfile
from base64 import standard_b64encode
from datetime import datetime, timedelta