diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/t/typedDict.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/t/typedDict.py b/tests/functional/t/typedDict.py index 9fdcee2ee..912a4eae6 100644 --- a/tests/functional/t/typedDict.py +++ b/tests/functional/t/typedDict.py @@ -1,5 +1,5 @@ """Test typing.TypedDict""" -# pylint: disable=invalid-name,missing-class-docstring,too-few-public-methods +# pylint: disable=invalid-name,missing-class-docstring import typing from typing import TypedDict |