aioesphomeapi/tests/__init__.py
dependabot[bot] d63f10d6e3
Bump black from 23.12.1 to 24.1.1 (#812)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-02-04 21:39:47 -06:00

8 lines
130 B
Python

"""Init tests."""
from __future__ import annotations
import logging
logging.getLogger("aioesphomeapi").setLevel(logging.DEBUG)