Skip to content

Commit

Permalink
fix(import): QChatApiClient module was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 4, 2024
1 parent 2bdd5ef commit c383968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/gui/dlg_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__uri_tracker__,
__version__,
)
from qtribu.logic.qchat_client import QChatApiClient
from qtribu.logic.qchat_api_client import QChatApiClient
from qtribu.toolbelt import PlgLogger, PlgOptionsManager
from qtribu.toolbelt.commons import open_url_in_browser, play_resource_sound
from qtribu.toolbelt.preferences import PlgSettingsStructure
Expand Down

0 comments on commit c383968

Please sign in to comment.