Skip to content

Commit 78d70a7

Browse files
committed
Remove dead comment
This comment explained the 'type: ignore' comment removed in 4ee28b5.
1 parent 00c2b07 commit 78d70a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pytest_randomly/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ def pytest_runtest_teardown(item: Item) -> None:
213213
_reseed(item.config, 1)
214214

215215

216-
# pytest missing type hints for @hookimpl
217216
@hookimpl(tryfirst=True)
218217
def pytest_collection_modifyitems(config: Config, items: list[Item]) -> None:
219218
if not config.getoption("randomly_reorganize"):

0 commit comments

Comments
 (0)