From 4b39805616d560d422dc162e5c02d1a6d090bdaf Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 26 Dec 2023 08:03:45 +0100 Subject: [PATCH] test_legacy_forbidden.py: Remove unused imports --- test/test_legacy_forbidden.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_legacy_forbidden.py b/test/test_legacy_forbidden.py index ceeb69413..6dfe29be5 100644 --- a/test/test_legacy_forbidden.py +++ b/test/test_legacy_forbidden.py @@ -3,8 +3,6 @@ get the expected compile time errors """ -import sys -import pytest from .support import HPyTest, make_hpy_abi_fixture, ONLY_LINUX # this is not strictly correct, we should check whether the actual compiler