summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/pushreceive.py
diff options
context:
space:
mode:
authorGökçen Nurlu <gnurlu1@bloomberg.net>2017-12-05 16:09:39 +0000
committerGökçen Nurlu <gnurlu1@bloomberg.net>2017-12-07 14:25:40 +0000
commit7674f6a137541072bfe60a77502d67698b47b703 (patch)
tree0212d5f6cbb70d2eedcfbe7a058b1db44eeec79a /buildstream/_artifactcache/pushreceive.py
parent3d973142f8ae27c0ba5618d79ad416925b81df90 (diff)
downloadbuildstream-7674f6a137541072bfe60a77502d67698b47b703.tar.gz
Remove unused imports
Diffstat (limited to 'buildstream/_artifactcache/pushreceive.py')
-rw-r--r--buildstream/_artifactcache/pushreceive.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildstream/_artifactcache/pushreceive.py b/buildstream/_artifactcache/pushreceive.py
index 4df5bbe49..4d85627a7 100644
--- a/buildstream/_artifactcache/pushreceive.py
+++ b/buildstream/_artifactcache/pushreceive.py
@@ -24,10 +24,8 @@ import logging
import os
import subprocess
import sys
-import tempfile
import shutil
import tarfile
-import signal
import tempfile
from enum import Enum
from urllib.parse import urlparse