gpodder/share/gpodder/extensions
Teemu Ikonen 6bd0bb0530 Remove unused imports and pass statements
Fixes flake8 error F401.
Most errors were fixed by running

autoflake -i -r --remove-all-unused-imports .

which also removes unnecessary 'pass' statements, some by hand-editing.
2022-11-14 18:32:09 +02:00
..
audio_converter.py Change deprecated logger.warn() to logger.warning(). 2022-04-29 02:54:32 -06:00
command_on_download.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
concatenate_videos.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
enqueue_in_mediaplayer.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
episode_website_context_menu.py Disable context menu item if channel or episode has no website. 2021-02-12 19:31:43 -07:00
filter.py extensions/filter.py: Adapt to a narrower channel dialog 2021-07-05 13:26:51 +03:00
gtk_statusicon.py fix import order 2018-10-13 18:38:27 +02:00
minimize_on_start.py fix linter warning 2018-12-15 12:44:24 +01:00
mpris-listener.py Change deprecated logger.warn() to logger.warning(). 2022-04-29 02:54:32 -06:00
normalize_audio.py Set current working directory for normalize extension. 2022-06-08 18:46:35 -06:00
notification-win32.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
notification.py sorting imports 2018-07-24 11:08:10 +02:00
rename_download.py Add option to rename_download.py to put the sortdate after the podcast title (#1083) 2021-07-28 15:51:03 -07:00
rm_ogg_cover.py Remove unneeded shebang lines 2022-08-04 12:39:05 +02:00
rockbox_convert2mp4.py Remove unneeded shebang lines 2022-08-04 12:39:05 +02:00
rockbox_coverart.py fix #503 Missing translatable content 2018-08-02 22:42:42 +02:00
sonos.py iterkeys no longer exists in Python 3 2019-01-01 15:40:10 +11:00
tagging.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
taskbar_progress.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
ted_subtitles.py Change deprecated logger.warn() to logger.warning(). 2022-04-29 02:54:32 -06:00
ubuntu_appindicator.py remove extra empty lines 2018-09-05 21:12:32 +02:00
ubuntu_unity.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
update_feeds_on_startup.py update extension doc links 2020-05-25 18:39:14 +02:00
video_converter.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
youtube-dl.py Merge pull request #1382 from tpikonen/ytdl-rename 2022-11-14 04:08:49 +00:00