python: Reorder imports with isort

Related to T2610
This commit is contained in:
Antoine Lambert 2020-09-17 17:47:55 +02:00
parent d24846a957
commit 22f7181294
69 changed files with 136 additions and 168 deletions

View file

@ -5,9 +5,8 @@
import pytest
from swh.lister.cli import SUPPORTED_LISTERS, get_lister
from swh.lister.core.lister_base import ListerBase
from swh.lister.cli import get_lister, SUPPORTED_LISTERS
from .test_utils import init_db

View file

@ -3,7 +3,6 @@
# See top-level LICENSE file for more information
import pytest
from testing.postgresql import Postgresql
from swh.lister import utils