Skip to content

Commit f573f4d

Browse files
committed
pruned unused imports
1 parent dbaa496 commit f573f4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appdaemon/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@
2424
from pathlib import Path
2525
from time import perf_counter
2626
from typing import TYPE_CHECKING, Any, Callable, Coroutine, Literal, ParamSpec, Protocol, TypeVar
27-
from urllib import parse
2827

2928
import dateutil.parser
3029
import tomli
3130
import tomli_w
3231
import yaml
3332
from astral.location import Location
34-
from pydantic import AnyHttpUrl, BaseModel, ValidationError
33+
from pydantic import BaseModel, ValidationError
3534
from pytz import BaseTzInfo
3635

3736
from appdaemon.parse import parse_datetime

0 commit comments

Comments
 (0)