Skip to content

Commit

Permalink
chore: address linter warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Feb 13, 2025
1 parent 3721fa5 commit 8382ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/plugins/test_poetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import craft_parts.plugins.plugins
import pytest
import pytest_check # type: ignore[import-untyped]
import pytest_check # type: ignore[import-untyped,reportPrivateImportUsage]
from craft_parts import LifecycleManager, Step, errors, plugins
from overrides import override

Expand Down

0 comments on commit 8382ef0

Please sign in to comment.