aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hashserv/client.py
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-05-11 12:40:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-14 07:57:54 +0100
commit9dc77266085c605b108641a9d76ac4dbdc064c34 (patch)
tree20466f8aa305b20c29eabd71ee0ef29108984b23 /lib/hashserv/client.py
parent3287d28a506f67abd192799e61ef28e74ce7002d (diff)
downloadbitbake-9dc77266085c605b108641a9d76ac4dbdc064c34.tar.gz
hashserver/client.py: drop unused imports
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/hashserv/client.py')
-rw-r--r--lib/hashserv/client.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/hashserv/client.py b/lib/hashserv/client.py
index 531170967..1a67c6982 100644
--- a/lib/hashserv/client.py
+++ b/lib/hashserv/client.py
@@ -3,11 +3,8 @@
# SPDX-License-Identifier: GPL-2.0-only
#
-import asyncio
-import json
import logging
import socket
-import os
import bb.asyncrpc
from . import create_async_client