diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-05-11 12:40:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-14 07:57:57 +0100 |
commit | ed2e3b739a7e0e8daad665fed01342d60674d6b7 (patch) | |
tree | 33c4b02278248a37377820e775a24edf5d1b5718 /bitbake | |
parent | c0c16809ef6d1a8f9f928721e88642dc4bf03d29 (diff) | |
download | poky-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.py | 3 |
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 | ||
6 | import asyncio | ||
7 | import json | ||
8 | import logging | 6 | import logging |
9 | import socket | 7 | import socket |
10 | import os | ||
11 | import bb.asyncrpc | 8 | import bb.asyncrpc |
12 | from . import create_async_client | 9 | from . import create_async_client |
13 | 10 | ||