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

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

MyType = typing.Tuple[str, str]