Skip to content

Commit a181130

Browse files
author
Anis Da Silva Campos
committed
remove now unused replacement_add_message
1 parent b52f6f6 commit a181130

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pylint_pytest/checkers/types.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
from __future__ import annotations
22

3-
import sys
4-
from pprint import pprint
53
from typing import Any, Dict, List
64

75
from _pytest.fixtures import FixtureDef
86

97
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

Comments
 (0)