Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 30, 2023
1 parent 6c30165 commit 7c2e272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ovos_PHAL_plugin_wallpaper_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ovos_bus_client.message import Message
from ovos_plugin_manager.phal import PHALPlugin
from ovos_utils.log import LOG
from ovos_utils.skills.settings import PrivateSettings
from ovos_workshop.settings import PrivateSettings
from ovos_utils.xdg_utils import xdg_data_home
from ovos_config.config import Configuration
from ovos_utils.events import EventSchedulerInterface
Expand Down
2 changes: 1 addition & 1 deletion ovos_PHAL_plugin_wallpaper_manager/downloadedProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# So users can select a previously downloaded wallpaper from a list as they will already have it
import os
from ovos_utils.log import LOG
from mycroft_bus_client.message import Message
from ovos_bus_client.message import Message

class DownloadedProvider:
def __init__(self, bus, local_path):
Expand Down

0 comments on commit 7c2e272

Please sign in to comment.