Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
oven-lab committed Nov 19, 2023
1 parent c4ddf1f commit 4ebaeed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion custom_components/tuya_cloud_map_extractor/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from typing import Any
from .tuya_vacuum_map_extractor import (
get_map,
debug_file,
ClientIDError,
ClientSecretError,
DeviceIDError,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tuya_cloud_map_extractor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"pillow",
"requests"
],
"version": "v1.1.0b1"
"version": "v1.1.0b2"
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"""Connects and parses tuya cloud api data."""

from .main import (
get_map,
debug_file
)
from .main import get_map

from .const import (
ClientIDError,
Expand Down

0 comments on commit 4ebaeed

Please sign in to comment.