Skip to content

Commit

Permalink
chore: fix deprecated decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed Oct 15, 2024
1 parent 180291f commit e146ae8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions midealocal/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from enum import IntEnum
from typing import Any, Generic, SupportsIndex, TypeVar, cast

from deprecated import deprecated

from midealocal.const import DeviceType

_LOGGER = logging.getLogger(__name__)
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pytest-asyncio
pytest-cov
ruff
setuptools
types-deprecated
types-aiofiles
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ aiohttp
colorlog
commonregex
defusedxml
deprecated
ifaddr
pycryptodome
platformdirs

0 comments on commit e146ae8

Please sign in to comment.