Update aioesphomeapi/model.py

This commit is contained in:
J. Nick Koston 2023-11-26 16:26:57 -06:00 committed by GitHub
parent 8329fe511f
commit 01a01ba61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -874,9 +874,6 @@ class UserService(APIModelBase):
def _join_split_uuid(value: list[int]) -> str:
"""Convert a high/low uuid into a single string."""
import pprint
pprint.pprint(["_join_split_uuid", value])
return _join_split_uuid_high_low(value[0], value[1])