mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
Formatting fix
This commit is contained in:
parent
0dbca17002
commit
d14c6b38c4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ESPHomeLogFormatter(logging.Formatter):
|
||||||
|
|
||||||
|
|
||||||
def setup_log(
|
def setup_log(
|
||||||
log_level = logging.INFO,
|
log_level=logging.INFO,
|
||||||
include_timestamp: bool = False,
|
include_timestamp: bool = False,
|
||||||
) -> None:
|
) -> None:
|
||||||
import colorama
|
import colorama
|
||||||
|
|
Loading…
Reference in a new issue