gpodder/src/gpodder/gtkui
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
..
desktop Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
interface Remove unused imports and pass statements 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
app.py Add menu item to open logs folder. 2022-09-19 23:37:31 -06:00
base.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
config.py Reset window position if completely off-screen. 2022-08-22 23:49:11 -06:00
desktopfile.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
download.py Fix hang when resuming thousands of episodes. 2022-08-13 01:04:33 -06:00
draw.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
macosx.py fix isort warnings 2020-09-07 11:48:48 +02:00
main.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
model.py Switch deprecated GObject functions to GLib. 2022-08-13 00:33:28 -06:00
services.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
shownotes.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
widgets.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00