summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/writer.py
diff options
context:
space:
mode:
authorssolanki <sushobhitsolanki@gmail.com>2018-06-20 21:19:38 +0530
committerssolanki <sushobhitsolanki@gmail.com>2018-06-20 21:19:38 +0530
commit5d32878d01db8e46a98f8473a4b9725f388425ca (patch)
tree276e66b4765625f63d19f460d5e000fdbfa30cc8 /pylint/pyreverse/writer.py
parent3cf841a6a22360b28938b7e18116066a18f59532 (diff)
downloadpylint-git-5d32878d01db8e46a98f8473a4b9725f388425ca.tar.gz
fix lint issue w.r.t useless-object-inheritance.
Diffstat (limited to 'pylint/pyreverse/writer.py')
-rw-r--r--pylint/pyreverse/writer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/pyreverse/writer.py b/pylint/pyreverse/writer.py
index 1be8e54eb..41cc064ba 100644
--- a/pylint/pyreverse/writer.py
+++ b/pylint/pyreverse/writer.py
@@ -15,7 +15,7 @@ from pylint.pyreverse.utils import is_exception
from pylint.pyreverse.vcgutils import VCGPrinter
from pylint.graph import DotBackend
-class DiagramWriter(object):
+class DiagramWriter:
"""base class for writing project diagrams
"""
def __init__(self, config, styles):