Skip to content

Commit 1c6cfb8

Browse files
author
Noah Negin-Ulster
committed
chore: linting
1 parent 2a45e5f commit 1c6cfb8

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/syrupy/session.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,18 @@
1919

2020
import pytest
2121

22-
from syrupy.location import PyTestLocation
23-
from syrupy.utils import (
24-
is_xdist_controller,
25-
is_xdist_worker,
26-
)
27-
2822
from .constants import EXIT_STATUS_FAIL_UNUSED
2923
from .data import SnapshotCollections
24+
from .location import PyTestLocation
3025
from .report import SnapshotReport
31-
from .utils import (
32-
is_xdist_controller,
33-
is_xdist_worker,
34-
)
3526
from .types import (
3627
SerializedData,
3728
SnapshotIndex,
3829
)
30+
from .utils import (
31+
is_xdist_controller,
32+
is_xdist_worker,
33+
)
3934

4035
if TYPE_CHECKING:
4136
from .assertion import SnapshotAssertion

0 commit comments

Comments
 (0)