mirror of
https://github.com/google/bumble.git
synced 2026-05-09 04:08:02 +00:00
Per @zxzxwu review on #918: - bumble/avdtp.py: replace `if len(pdu) < 1:` with `if not pdu:` - tests/avdtp_test.py: replace `assert completed == []` with `assert not completed` Both are idiomatic Python truthy checks; behavior identical.
78 KiB
78 KiB