Skip to content

Commit e8b89ce

Browse files
authored
style: fix ty linting error (#242)
1 parent 4ecd0b9 commit e8b89ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def project_main_module() -> types.ModuleType:
3131
main_module = craft_platforms
3232
except ImportError:
3333
pytest.fail(
34-
reason="Failed to import the project's main module: check if it needs updating", # ty: ignore[unknown-argument]
34+
reason="Failed to import the project's main module: check if it needs updating",
3535
)
3636
return main_module
3737

0 commit comments

Comments
 (0)