blob: 9e9495f46b7ea30bd1143a9171f9227c61e4eedf [file] [log] [blame]
The typing.NamedTuple() class has deprecated the _field_types attribute in
favor of the __annotations__ attribute which carried the same information.
Also, both attributes were converted from OrderedDict to a regular dict.