mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +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.
7.9 KiB
7.9 KiB