diff options
Diffstat (limited to 'tests/functional/d/duplicate_dict_literal_key.py')
| -rw-r--r-- | tests/functional/d/duplicate_dict_literal_key.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/d/duplicate_dict_literal_key.py b/tests/functional/d/duplicate_dict_literal_key.py index 726a2591e..67eab280f 100644 --- a/tests/functional/d/duplicate_dict_literal_key.py +++ b/tests/functional/d/duplicate_dict_literal_key.py @@ -1,5 +1,5 @@ """Check multiple key definition""" -# pylint: disable=C0103,pointless-statement +# pylint: disable=pointless-statement correct_dict = { 'tea': 'for two', |
