diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-01-02 23:21:23 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-01-02 23:52:24 +0100 |
commit | fffde57ac06ace43d74a04f799fabe1724d83ace (patch) | |
tree | bd14fe27bb389dd85ac12da6d564f56629411558 /pylint/pyreverse/dot_printer.py | |
parent | 15c8825eeb4c7546f2c8e5c5a044e0f25fc9d4e6 (diff) | |
download | pylint-git-fffde57ac06ace43d74a04f799fabe1724d83ace.tar.gz |
Format docstrings with ``pydocstringformatter``
Diffstat (limited to 'pylint/pyreverse/dot_printer.py')
-rw-r--r-- | pylint/pyreverse/dot_printer.py | 4 |
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 |