Skip to content

Commit 7470344

Browse files
committed
Run pre-commit
1 parent e09e5ab commit 7470344

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k_dhcp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ def _parse_dhcp_response(
603603
matches, a client ID exists and the 'magic cookie' is set. If any of these tests
604604
fail or no message type is found in the options, raises a ValueError.
605605
"""
606+
606607
# pylint: disable=too-many-branches
607608
def option_reader(pointer: int) -> Tuple[int, int, bytes]:
608609
"""Helper function to extract DHCP option data from a

tests/test_dhcp_helper_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ def test_bad_message_non_blocking_renewing(
645645

646646

647647
class TestReceiveResponse:
648-
649648
minimum_packet_length = 236
650649

651650
@freeze_time("2022-10-10")

0 commit comments

Comments
 (0)