Skip to content

Commit bfde001

Browse files
committed
fix(pytest_plugin): Pytester import
Fixes (#441)
1 parent 9828540 commit bfde001

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_pytest_plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
import pytest
44

5-
import _pytest.pytester
6-
75

86
def test_plugin(
9-
pytester: _pytest.pytester.Pytester,
7+
pytester: pytest.Pytester,
108
monkeypatch: pytest.MonkeyPatch,
119
) -> None:
1210
# Initialize variables

0 commit comments

Comments
 (0)