Skip to content

Commit

Permalink
Update deprecated import to new path
Browse files Browse the repository at this point in the history
Update ovos-bus-client dependency to ensure import availability
  • Loading branch information
NeonDaniel committed Sep 20, 2024
1 parent 0e8efd8 commit a951084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neon_gui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from ovos_bus_client import Message
from ovos_bus_client.message import Message
from ovos_utils.log import LOG, log_deprecation
from ovos_utils.gui import extend_about_data
from ovos_bus_client.apis.gui import extend_about_data
from datetime import datetime


Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ ovos-config~=0.0,>=0.0.10
click~=8.0
click-default-group~=1.2
tornado~=6.0
ovos-bus-client~=0.0,>=0.0.5
ovos-bus-client~=0.0,>=0.0.6
ovos-gui~=0.2

0 comments on commit a951084

Please sign in to comment.