Skip to content

Commit

Permalink
chore: add warnings
Browse files Browse the repository at this point in the history
make IDEs signal deprecated code instead of relying on runtime logs only
  • Loading branch information
JarbasAl committed Jan 4, 2025
1 parent 9ff2777 commit c828a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_gui/homescreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List, Optional

from ovos_config.config import Configuration, update_mycroft_config
from ovos_utils.log import LOG, log_deprecation
from ovos_utils.log import LOG

from ovos_bus_client import Message, MessageBusClient
from ovos_bus_client.message import dig_for_message
Expand Down

0 comments on commit c828a1b

Please sign in to comment.