We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52f6f6 commit a181130Copy full SHA for a181130
pylint_pytest/checkers/types.py
@@ -1,15 +1,7 @@
1
from __future__ import annotations
2
3
-import sys
4
-from pprint import pprint
5
from typing import Any, Dict, List
6
7
from _pytest.fixtures import FixtureDef
8
9
FixtureDict = Dict[str, List[FixtureDef[Any]]]
10
-
11
12
-def replacement_add_message(*args, **kwargs):
13
- print("Called un-initialized _original_add_message with:", file=sys.stderr)
14
- pprint(args, sys.stderr)
15
- pprint(kwargs, sys.stderr)
0 commit comments