Skip to content

Commit

Permalink
Merge branch 'issue-18220' of https://github.com/python/mypy into iss…
Browse files Browse the repository at this point in the history
…ue-18220
  • Loading branch information
sobolevn committed Dec 11, 2024
2 parents 0e24909 + 1a16287 commit f0667eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/fixtures/typing-namedtuple.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Optional = 0
Self = 0
Tuple = 0
ClassVar = 0
Final = 0
Final = 0

T = TypeVar('T')
T_co = TypeVar('T_co', covariant=True)
Expand Down

0 comments on commit f0667eb

Please sign in to comment.