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

This commit is contained in:
Ivan Schaller 2022-06-20 22:47:59 +02:00
parent faa16c70a3
commit 96c6b9489b
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,7 @@ pipeline:
image: 'cr.44net.ch/drone-plugins/test'
pull: true
commands:
- isort --check-only --diff .
- isort --profile black --check-only --diff .
# check static typing - python
test-mypy:

View file

@ -6,6 +6,7 @@ from typing import Any
import mangadlp.downloader as downloader
import mangadlp.utils as utils
# supported api's
from mangadlp.api.mangadex import Mangadex