Skip to content

Commit d5e782d

Browse files
committed
test(conftest.py): remove 'type: ignore' that is unneeded with updated pytest
1 parent f8da3f5 commit d5e782d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/commands/conftest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def config():
1313
return _config
1414

1515

16-
@pytest.fixture() # type: ignore
16+
@pytest.fixture()
1717
def changelog_path() -> str:
1818
return os.path.join(os.getcwd(), "CHANGELOG.md")
1919

2020

21-
@pytest.fixture() # type: ignore
21+
@pytest.fixture()
2222
def config_path() -> str:
2323
return os.path.join(os.getcwd(), "pyproject.toml")

0 commit comments

Comments
 (0)