Fix flake8 E303 too many blank lines

This commit is contained in:
Labrys of Knossos 2019-04-07 13:08:31 -04:00
commit 98e8fd581a

View file

@ -259,7 +259,6 @@ def process_torrent(input_directory, input_name, input_category, input_hash, inp
elif section_name == 'LazyLibrarian':
result = books.process(section_name, output_destination, input_name, status, client_agent, input_category)
plex_update(input_category)
if result.status_code != 0: