mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-27 12:55:32 +01:00
Remove unused variable from frame helper base (#769)
This commit is contained in:
parent
176c7bc4b4
commit
844326a3a2
@ -23,7 +23,6 @@ WRITE_EXCEPTIONS = (RuntimeError, ConnectionResetError, OSError)
|
|||||||
|
|
||||||
_int = int
|
_int = int
|
||||||
_bytes = bytes
|
_bytes = bytes
|
||||||
_float = float
|
|
||||||
|
|
||||||
|
|
||||||
class APIFrameHelper:
|
class APIFrameHelper:
|
||||||
|
Loading…
Reference in New Issue
Block a user