@eht16 commented on this pull request.
(arg_list, TA_ARGLIST),
(return_type, TA_VARTYPE), (scope, TA_SCOPE)]: if attr is not None: - tag_line += '{type:c}{attr}'.format(type=type, attr=attr) + tag_line += f'{type_:c}{attr}' + print(tag_line)
Oops, thanks for spotting. Just removed it.