diff options
Diffstat (limited to 'pylint/pyreverse/dot_printer.py')
-rw-r--r-- | pylint/pyreverse/dot_printer.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pylint/pyreverse/dot_printer.py b/pylint/pyreverse/dot_printer.py index 21f41d765..841d96fdc 100644 --- a/pylint/pyreverse/dot_printer.py +++ b/pylint/pyreverse/dot_printer.py @@ -1,12 +1,6 @@ -# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> -# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> -# Copyright (c) 2021 Ashley Whetter <ashley@awhetter.co.uk> -# Copyright (c) 2021 Nick Drozd <nicholasdrozd@gmail.com> -# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> -# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> - # 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 +# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors """Class to generate files in dot format and image formats supported by Graphviz.""" import os |