Run isort after the CLI import changes
This commit is contained in:
parent
d10f78d80c
commit
5e4bb28398
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import os
|
|||
|
||||
import click
|
||||
|
||||
from swh.core.cli import CONTEXT_SETTINGS, swh as swh_cli_group
|
||||
from swh.core.cli import CONTEXT_SETTINGS
|
||||
from swh.core.cli import swh as swh_cli_group
|
||||
from swh.lister import LISTERS, SUPPORTED_LISTERS, get_lister
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue