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 Aug 2, 2024
1 parent 428766f commit e62bbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qtribu/logic/news_feed/rss_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from qtribu.__about__ import DIR_PLUGIN_ROOT, __title__, __version__
from qtribu.logic.news_feed.mdl_rss_item import RssItem
from qtribu.toolbelt import PlgLogger, PlgOptionsManager
from qtribu.toolbelt.commons import open_url_in_browser, open_url_in_webviewer
from qtribu.toolbelt.commons import open_url_in_webviewer
from qtribu.toolbelt.file_stats import is_file_older_than
from qtribu.toolbelt.network_manager import NetworkRequestsManager

Expand Down
2 changes: 1 addition & 1 deletion qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from qtribu.gui.form_rdp_news import RdpNewsForm
from qtribu.logic.news_feed.rss_reader import RssMiniReader
from qtribu.logic.splash_changer import SplashChanger
from qtribu.toolbelt import NetworkRequestsManager, PlgLogger, PlgOptionsManager
from qtribu.toolbelt import PlgLogger, PlgOptionsManager
from qtribu.toolbelt.commons import open_url_in_browser, open_url_in_webviewer

# ############################################################################
Expand Down

0 comments on commit e62bbe9

Please sign in to comment.