Fix import of CollectReport

This commit is contained in:
Yusuke Kadowaki 2022-11-27 15:12:56 +09:00
parent e20dfb6242
commit 1d4c83bd88
1 changed files with 1 additions and 1 deletions

View File

@ -12,8 +12,8 @@ from typing import TYPE_CHECKING
from typing import Union
from _pytest.nodes import Item
from _pytest.reports import CollectReport
from _pytest.stash import StashKey
from pytest import CollectReport
if TYPE_CHECKING:
from typing_extensions import Literal