From 44ebbc4460c43086839555cb369663542b5ad986 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 31 Aug 2022 21:28:25 +0100 Subject: [PATCH] Remove unused import --- test/test_testing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_testing.py b/test/test_testing.py index e392dd43..fd9f1b6a 100644 --- a/test/test_testing.py +++ b/test/test_testing.py @@ -1,7 +1,6 @@ from __future__ import annotations import os -import platform import subprocess import textwrap