summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/dot_printer.py
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2021-08-20 21:11:32 -0700
committerAshley Whetter <AWhetter@users.noreply.github.com>2021-08-20 21:26:08 -0700
commitba00fb283378fdeb58c4e2e541be711420d96849 (patch)
treed9d718a581449cbf550f2629e3f46d54b60f55c0 /pylint/pyreverse/dot_printer.py
parentbf332820cb63305e286eb58a707c6d8b90e6cbb6 (diff)
downloadpylint-git-ba00fb283378fdeb58c4e2e541be711420d96849.tar.gz
Bump pylint to 2.10.2-dev0, update changelog
Diffstat (limited to 'pylint/pyreverse/dot_printer.py')
-rw-r--r--pylint/pyreverse/dot_printer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/pyreverse/dot_printer.py b/pylint/pyreverse/dot_printer.py
index dd7e56806..fea9046f4 100644
--- a/pylint/pyreverse/dot_printer.py
+++ b/pylint/pyreverse/dot_printer.py
@@ -1,3 +1,4 @@
+# Copyright (c) 2021 Ashley Whetter <ashley@awhetter.co.uk>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2021 Nick Drozd <nicholasdrozd@gmail.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>