From d9a7ebe0b97494537a0ab7233a204bf194428c31 Mon Sep 17 00:00:00 2001 From: Jacob Jo Date: Mon, 3 Mar 2025 21:45:40 +0000 Subject: [PATCH] custom_mtu add noqa --- tests/integrationv2/test_dynamic_record_sizes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integrationv2/test_dynamic_record_sizes.py b/tests/integrationv2/test_dynamic_record_sizes.py index 9d9fd3b1256..e43858ea2a4 100644 --- a/tests/integrationv2/test_dynamic_record_sizes.py +++ b/tests/integrationv2/test_dynamic_record_sizes.py @@ -12,7 +12,7 @@ ) from common import ProviderOptions, data_bytes from fixtures import ( - custom_mtu, + custom_mtu, # noqa: F401 managed_process, # noqa: F401 ) # lgtm [py/unused-import] from providers import Provider, S2N, OpenSSL, Tcpdump