summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/dot_printer.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-01-02 23:21:23 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-02 23:52:24 +0100
commitfffde57ac06ace43d74a04f799fabe1724d83ace (patch)
treebd14fe27bb389dd85ac12da6d564f56629411558 /pylint/pyreverse/dot_printer.py
parent15c8825eeb4c7546f2c8e5c5a044e0f25fc9d4e6 (diff)
downloadpylint-git-fffde57ac06ace43d74a04f799fabe1724d83ace.tar.gz
Format docstrings with ``pydocstringformatter``
Diffstat (limited to 'pylint/pyreverse/dot_printer.py')
-rw-r--r--pylint/pyreverse/dot_printer.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pylint/pyreverse/dot_printer.py b/pylint/pyreverse/dot_printer.py
index c2fd62fb9..fb7f3d8bc 100644
--- a/pylint/pyreverse/dot_printer.py
+++ b/pylint/pyreverse/dot_printer.py
@@ -8,9 +8,7 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
-"""
-Class to generate files in dot format and image formats supported by Graphviz.
-"""
+"""Class to generate files in dot format and image formats supported by Graphviz."""
import os
import subprocess
import sys