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 57cf422 commit ae1e87c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qtribu/logic/news_feed/rss_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import logging
import xml.etree.ElementTree as ET
from email.utils import parsedate
from functools import partial
from pathlib import Path
from typing import Callable, Optional

Expand All @@ -27,7 +26,6 @@
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_webviewer
from qtribu.toolbelt.file_stats import is_file_older_than
from qtribu.toolbelt.network_manager import NetworkRequestsManager

Expand Down

0 comments on commit ae1e87c

Please sign in to comment.