gpodder/src/gpodder/gtkui/desktop
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
..
__init__.py fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
channel.py channel editor: Add buttons next to cover, feed URL, etc. 2022-08-16 17:18:09 +03:00
episodeselector.py Set "New episodes available" tooltip for episodes with html descriptions. 2022-08-30 21:04:56 -06:00
exportlocal.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
podcastdirectory.py Change deprecated logger.warn() to logger.warning(). 2022-04-29 02:54:32 -06:00
preferences.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
welcome.py gPodderWelcome: Remove deprecated GTK features 2021-09-17 22:11:10 +03:00