Skip to content
Snippets Groups Projects
Commit 2f4ec978 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

sort imports

parent c1212823
No related branches found
No related tags found
No related merge requests found
"""Executes PAD pipeline""" """Executes PAD pipeline"""
import logging import logging
from os import pipe
import bob.pipelines as mario import bob.pipelines as mario
import click import click
from bob.extension.scripts.click_helper import (ConfigCommand, ResourceOption, import joblib
verbosity_option) from bob.extension.scripts.click_helper import ConfigCommand
from bob.extension.scripts.click_helper import ResourceOption
from bob.extension.scripts.click_helper import verbosity_option
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment