Skip to content

Commit

Permalink
Fix broken pathlib import in august integration (#121135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jul 3, 2024
1 parent cfef09d commit b6a23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/august/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from __future__ import annotations

from pathlib import Path
from typing import cast

from aiohttp import ClientResponseError
from path import Path
from yalexs.exceptions import AugustApiAIOHTTPError
from yalexs.manager.exceptions import CannotConnect, InvalidAuth, RequireValidation
from yalexs.manager.gateway import Config as YaleXSConfig
Expand Down

0 comments on commit b6a23fa

Please sign in to comment.