Skip to content

Commit 1a16287

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 28849f0 commit 1a16287

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)