fix black error
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Ivan Schaller 2023-02-11 13:16:20 +01:00
parent a073c2f1e9
commit 543c42e202
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ mangas.txt
.idea/ .idea/
venv venv
test.sh test.sh
.ruff_cache/
### Python template ### Python template
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files

View file

@ -237,7 +237,6 @@ def main(
hook_chapter_post: str, hook_chapter_post: str,
cache_path: str, cache_path: str,
): # pylint: disable=too-many-locals ): # pylint: disable=too-many-locals
""" """
Script to download mangas from various sites Script to download mangas from various sites

View file

@ -32,7 +32,6 @@ class InterceptHandler(logging.Handler):
# init logger with format and log level # init logger with format and log level
def prepare_logger(loglevel: int = 20) -> None: def prepare_logger(loglevel: int = 20) -> None:
config: dict = { config: dict = {
"handlers": [ "handlers": [
{ {