diff options
Diffstat (limited to 'pylint/extensions/emptystring.py')
-rw-r--r-- | pylint/extensions/emptystring.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/extensions/emptystring.py b/pylint/extensions/emptystring.py index f5a4a2740..b54bffdfe 100644 --- a/pylint/extensions/emptystring.py +++ b/pylint/extensions/emptystring.py @@ -3,6 +3,7 @@ # Copyright (c) 2019, 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |