Skip to content

Commit

Permalink
fix(a1): import
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed May 21, 2024
1 parent 83c8382 commit e61b8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midealocal/devices/a1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from enum import StrEnum
except ImportError:
from ...backports.enum import StrEnum
from sdevice import MideaDevice
from ...device import MideaDevice

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit e61b8f3

Please sign in to comment.