summaryrefslogtreecommitdiff
path: root/doc/symilar.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-08 21:39:23 +0100
committerGitHub <noreply@github.com>2023-03-08 21:39:23 +0100
commit358264aaf622505f6d2e8bc699618382981a078c (patch)
tree0395141b74b097cd0f55b1b97d26b9e2a7d20175 /doc/symilar.rst
parent3318aa0c5877abd9e9d2361f8a21b8880b7a052d (diff)
downloadpylint-git-358264aaf622505f6d2e8bc699618382981a078c.tar.gz
[__implements__] Remove everything related to the rejected PEP245 (#8404)
Diffstat (limited to 'doc/symilar.rst')
-rw-r--r--doc/symilar.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/symilar.rst b/doc/symilar.rst
index 5b75ff38f..fd7124e1d 100644
--- a/doc/symilar.rst
+++ b/doc/symilar.rst
@@ -20,7 +20,6 @@ All files that shall be checked have to be passed in explicitly, e.g.::
==tests/data/suppliermodule_test.py:12
class Ancestor:
""" Ancestor method """
- __implements__ = (Interface,)
cls_member = DoNothing()
def __init__(self, value):