From 957189bedae2ec35bed4c45dc103fc4b56f70a0e Mon Sep 17 00:00:00 2001 From: phoenixthrush Date: Tue, 26 Nov 2024 23:26:39 +0100 Subject: [PATCH] lint --- src/aniworld/extractors/hanime/hanime.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/aniworld/extractors/hanime/hanime.py b/src/aniworld/extractors/hanime/hanime.py index 90e04e3..c465e9e 100644 --- a/src/aniworld/extractors/hanime/hanime.py +++ b/src/aniworld/extractors/hanime/hanime.py @@ -379,12 +379,10 @@ def hanime(url: str = None): sort_order = args.sort_order if sort_by not in SORT_OPTS_MAP: - print(f'Unknown sort method "{ - args.sort_by}", using sort by title') + print(f'Unknown sort method "{args.sort_by}", using sort by title') sort_by = "title" if sort_order not in SORT_ORDER_MAP: - print(f'Unknown sort order "{ - args.sort_order}", using ascending order') + print(f'Unknown sort order "{args.sort_order}", using ascending order') sort_order = "ascending" search_kwargs = {