Skip to content

Commit

Permalink
Fix exception import reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz committed Jun 9, 2023
1 parent eefc6b4 commit 0e51fe5
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_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dependencies": ["zeroconf"],
"codeowners": ["@libdyson-wg"],
"requirements": ["libdyson-neon==1.0.2"],
"version": "0.20.0",
"version": "0.20.1",
"iot_class": "local_polling"
}
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 0e51fe5

Please sign in to comment.