diff options
Diffstat (limited to 'astroid/test_utils.py')
-rw-r--r-- | astroid/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/test_utils.py b/astroid/test_utils.py index e22c7a4f..5948d4d8 100644 --- a/astroid/test_utils.py +++ b/astroid/test_utils.py @@ -1,6 +1,6 @@ # Copyright (c) 2013-2014 Google, Inc. # Copyright (c) 2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> -# Copyright (c) 2015-2016, 2018-2019 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2016, 2018-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net> # Copyright (c) 2018 Anthony Sottile <asottile@umich.edu> |