From 705c5d79aca3a880b35caf4413b7dc5aff10680c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Feb 2023 16:53:18 +1000 Subject: [PATCH] test: remove unused python import --- test/test_protocol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_protocol.py b/test/test_protocol.py index 3251ed8..f1afe10 100644 --- a/test/test_protocol.py +++ b/test/test_protocol.py @@ -27,7 +27,6 @@ import attr import itertools import os import pytest -import struct import subprocess import time import shlex