mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
sdp: fix lint formatting (black: blank line after import pytest)
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user