Skip to content
Snippets Groups Projects
Commit 5e4bb283 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Run isort after the CLI import changes

parent d10f78d8
No related branches found
No related tags found
No related merge requests found
......@@ -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__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment