Skip to content

Commit

Permalink
deprecate mk1
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 28, 2023
1 parent 8cc617b commit 9517867
Show file tree
Hide file tree
Showing 7 changed files with 2,101 additions and 2,094 deletions.
2 changes: 2 additions & 0 deletions ovos_utils/enclosure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from typing import Optional
from ovos_utils.log import LOG, deprecated

LOG.warning("ovos_utils.enclosure has been deprecated! this module will be removed in version 0.1.0")


class MycroftEnclosures(str, Enum):
# TODO: Deprecate in 0.1.0
Expand Down
4 changes: 4 additions & 0 deletions ovos_utils/enclosure/mark1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from ovos_utils.enclosure.api import EnclosureAPI
from ovos_utils.log import LOG

LOG.warning("ovos_utils.enclosure.mark1 moved to https://github.com/OpenVoiceOS/ovos-mark1-utils ;"
" this module will be removed in version 0.1.0")


class Mark1EnclosureAPI(EnclosureAPI):
Expand Down
Loading

0 comments on commit 9517867

Please sign in to comment.