diff options
Diffstat (limited to 'pylint/checkers/async.py')
| -rw-r--r-- | pylint/checkers/async.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/async.py b/pylint/checkers/async.py index 62288c8fc..1b581c0f1 100644 --- a/pylint/checkers/async.py +++ b/pylint/checkers/async.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2018 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2017 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2019 Pierre Sassoulas <pierre.sassoulas@gmail.com> |
