summaryrefslogtreecommitdiffstats
path: root/bitbake
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:57 +0100
commited2e3b739a7e0e8daad665fed01342d60674d6b7 (patch)
tree33c4b02278248a37377820e775a24edf5d1b5718 /bitbake
parentc0c16809ef6d1a8f9f928721e88642dc4bf03d29 (diff)
downloadpoky-ed2e3b739a7e0e8daad665fed01342d60674d6b7.tar.gz
bitbake: hashserver/client.py: drop unused imports
(Bitbake rev: 9dc77266085c605b108641a9d76ac4dbdc064c34) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/hashserv/client.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/hashserv/client.py b/bitbake/lib/hashserv/client.py
index 5311709677..1a67c6982d 100644
--- a/bitbake/lib/hashserv/client.py
+++ b/bitbake/lib/hashserv/client.py
@@ -3,11 +3,8 @@
3# SPDX-License-Identifier: GPL-2.0-only 3# SPDX-License-Identifier: GPL-2.0-only
4# 4#
5 5
6import asyncio
7import json
8import logging 6import logging
9import socket 7import socket
10import os
11import bb.asyncrpc 8import bb.asyncrpc
12from . import create_async_client 9from . import create_async_client
13 10