ruff formatting

This commit is contained in:
John Lancaster
2024-04-02 22:32:59 -05:00
parent e421046a04
commit 02726b0766
2 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ from typing import Literal, Optional
from appdaemon.entity import Entity
from appdaemon.plugins.hass.hassapi import Hass
from console import console, setup_component_logging
from console import setup_component_logging
from pydantic import BaseModel, TypeAdapter
from room_control import RoomController