Skip to content

Commit

Permalink
style: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 24, 2024
1 parent 11985c8 commit b891d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions craft_parts/executor/part_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ def __call__(
*,
stdout: Stream,
stderr: Stream,
) -> StepState:
...
) -> StepState: ...


class _UpdateHandler(Protocol):
Expand All @@ -68,8 +67,7 @@ def __call__(
*,
stdout: Stream,
stderr: Stream,
) -> None:
...
) -> None: ...


class PartHandler:
Expand Down
1 change: 1 addition & 0 deletions tests/integration/packages/test_snaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import pytest
import pytest_check # type: ignore[import]

from craft_parts.packages import snaps


Expand Down

0 comments on commit b891d8e

Please sign in to comment.