Skip to content

Commit

Permalink
Merge pull request #174 from carsongee/carsongee/fix_167
Browse files Browse the repository at this point in the history
Remove deprecated __implements__ in PyLint report
  • Loading branch information
carsongee committed Sep 10, 2022
2 parents 5ab10dd + d2a6482 commit 804add7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest_pylint/pylint_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
"""Pylint reporter classes."""
import sys

from pylint.interfaces import IReporter
from pylint.reporters import BaseReporter


class ProgrammaticReporter(BaseReporter):
"""Reporter that replaces output with storage in list of dictionaries"""

__implements__ = IReporter
extension = "prog"

def __init__(self, output=None):
Expand Down

0 comments on commit 804add7

Please sign in to comment.