Commit ca6ce304 authored by Lysandre's avatar Lysandre Committed by Lysandre Debut
Browse files

Fix style

parent 908cd5ea
...@@ -3,7 +3,6 @@ from argparse import ArgumentParser, Namespace ...@@ -3,7 +3,6 @@ from argparse import ArgumentParser, Namespace
from typing import Any, List, Optional from typing import Any, List, Optional
from starlette.responses import JSONResponse from starlette.responses import JSONResponse
from transformers import Pipeline from transformers import Pipeline
from transformers.commands import BaseTransformersCLICommand from transformers.commands import BaseTransformersCLICommand
from transformers.pipelines import SUPPORTED_TASKS, pipeline from transformers.pipelines import SUPPORTED_TASKS, pipeline
......
...@@ -25,6 +25,7 @@ from tqdm.auto import tqdm ...@@ -25,6 +25,7 @@ from tqdm.auto import tqdm
from . import __version__ from . import __version__
logger = logging.getLogger(__name__) # pylint: disable=invalid-name logger = logging.getLogger(__name__) # pylint: disable=invalid-name
try: try:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment