Skip to content

Commit

Permalink
custom_mtu add noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
johubertj committed Mar 3, 2025
1 parent 3897b08 commit d9a7ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrationv2/test_dynamic_record_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9a7ebe

Please sign in to comment.