sdp: fix lint formatting (black: blank line after import pytest)

This commit is contained in:
Ievgen Bondarenko
2026-04-24 00:06:56 -07:00
parent 8614881fb3
commit c55eb156b8

View File

@@ -462,6 +462,7 @@ def test_nested_sequence_recursion_guard():
inner = bytes([0x36, (size >> 8) & 0xFF, size & 0xFF]) + inner inner = bytes([0x36, (size >> 8) & 0xFF, size & 0xFF]) + inner
import pytest import pytest
with pytest.raises(ValueError, match="nesting exceeds max depth"): with pytest.raises(ValueError, match="nesting exceeds max depth"):
DataElement.from_bytes(inner) DataElement.from_bytes(inner)