From 7cbd17e60a1ab291fe496ff04301c979a377aabc Mon Sep 17 00:00:00 2001 From: Sebastian Majewski Date: Sun, 14 Jul 2024 18:08:53 -0500 Subject: [PATCH] Refactor ICMPv4 message parsing for code clarity. --- pytcp/subsystems/packet_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytcp/subsystems/packet_handler.py b/pytcp/subsystems/packet_handler.py index 896f13ef..0f6b6a37 100755 --- a/pytcp/subsystems/packet_handler.py +++ b/pytcp/subsystems/packet_handler.py @@ -26,6 +26,7 @@ # pylint: disable = too-many-instance-attributes # pylint: disable = too-many-arguments # pylint: disable = too-many-locals +# pylint: disable = too-many-ancestors # pylint: disable = redefined-builtin # pylint: disable = expression-not-assigned # pylint: disable = consider-using-with