Skip to content

Commit

Permalink
Address mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brennan2me committed Sep 27, 2023
1 parent e91b634 commit d7b799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ def set_package_requires2(

def test_exporter_exports_requirements_txt_with_mutually_exclusive_same_named_deps(
tmp_path: Path, poetry: Poetry
):
) -> None:
poetry.locker.mock_lock_data( # type: ignore[attr-defined]
{
"package": [
Expand Down

0 comments on commit d7b799a

Please sign in to comment.