Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Fix exception import reference error (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz committed Jun 9, 2023
1 parent 065b0f2 commit 2388310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/dyson_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"dependencies": [],
"codeowners": ["@libdyson-wg"],
"requirements": [],
"version": "0.19.0"
"version": "0.19.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import requests
from requests.auth import AuthBase, HTTPBasicAuth

from libdyson.exceptions import (
from ..exceptions import (
DysonAuthRequired,
DysonInvalidAccountStatus,
DysonInvalidAuth,
Expand Down

0 comments on commit 2388310

Please sign in to comment.