Skip to content

Commit

Permalink
fix(init): remove QChat import outside try/except
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 25, 2024
1 parent 34853ed commit 0cd4864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# project
from qtribu.__about__ import DIR_PLUGIN_ROOT, __icon_path__, __title__, __uri_homepage__
from qtribu.constants import ICON_ARTICLE, ICON_GEORDP
from qtribu.gui.dck_qchat import QChatWidget
from qtribu.gui.dlg_contents import GeotribuContentsDialog
from qtribu.gui.dlg_settings import PlgOptionsFactory
from qtribu.gui.form_article import ArticleForm
Expand Down

0 comments on commit 0cd4864

Please sign in to comment.