Refactor bluetooth message handling to extract on_bluetooth_message

This commit is contained in:
J. Nick Koston 2023-11-28 08:20:46 -06:00
parent 5bfb94d479
commit baf21ddb50
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# pylint: disable=unidiomatic-typecheck
from __future__ import annotations
from asyncio import Future