python: Reorder imports with isort
Related to T2610
This commit is contained in:
parent
d24846a957
commit
22f7181294
69 changed files with 136 additions and 168 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# See top-level LICENSE file for more information
|
||||
|
||||
import pytest
|
||||
|
||||
from testing.postgresql import Postgresql
|
||||
|
||||
from swh.lister import utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue