summaryrefslogtreecommitdiff
path: root/tests/functional/u/unsubscriptable_object.py
blob: 0b7da78b3877f64ef68e1c9b60291d8d1c422bda (plain)
1
2
3
4
5
6
7
"""Tests for unscubscriptable-object"""

# Test for typing.NamedTuple
# See: https://github.com/PyCQA/pylint/issues/1295
import typing

MyType = typing.Tuple[str, str]