removed unused import

This commit is contained in:
John Lancaster
2024-08-27 20:45:48 -05:00
parent 2180e544c0
commit e3186f1b5e

View File

@@ -3,7 +3,7 @@ import logging
import logging.config import logging.config
import traceback import traceback
from functools import wraps from functools import wraps
from typing import Any, Dict, List, Set from typing import Dict, List, Set
from appdaemon.entity import Entity from appdaemon.entity import Entity
from appdaemon.plugins.hass.hassapi import Hass from appdaemon.plugins.hass.hassapi import Hass