Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 28, 2024
1 parent 10a37b2 commit 5d9b8e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
from qtribu.gui.dlg_contents import GeotribuContentsDialog
from qtribu.gui.dlg_settings import PlgOptionsFactory
from qtribu.gui.form_rdp_news import RdpNewsForm
from qtribu.logic import RssMiniReader, SplashChanger, WebViewer
from qtribu.logic import RssMiniReader, SplashChanger
from qtribu.toolbelt import NetworkRequestsManager, PlgLogger, PlgOptionsManager
from qtribu.toolbelt.commons import open_url_in_browser, open_url_in_webviewer


# ############################################################################
# ########## Classes ###############
# ##################################
Expand Down Expand Up @@ -289,7 +288,9 @@ def run(self):
if not self.rss_rdr.latest_item:
self.post_ui_init()

open_url_in_webviewer(self.rss_rdr.latest_item.url, self.rss_rdr.latest_item.title)
open_url_in_webviewer(
self.rss_rdr.latest_item.url, self.rss_rdr.latest_item.title
)
self.action_run.setIcon(
QIcon(str(DIR_PLUGIN_ROOT / "resources/images/logo_green_no_text.svg"))
)
Expand Down

0 comments on commit 5d9b8e1

Please sign in to comment.