Skip to content

Commit f0667eb

Browse files
committed
Merge branch 'issue-18220' of https://github.com/python/mypy into issue-18220
2 parents 0e24909 + 1a16287 commit f0667eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/fixtures/typing-namedtuple.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Optional = 0
88
Self = 0
99
Tuple = 0
1010
ClassVar = 0
11-
Final = 0
11+
Final = 0
1212

1313
T = TypeVar('T')
1414
T_co = TypeVar('T_co', covariant=True)

0 commit comments

Comments
 (0)