Skip to content

Commit d8901de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-classes.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3876,7 +3876,7 @@ def f(n: type[None]):
38763876
assert_type(n(), None)
38773877
def g(n: type[NoneType]): # type: ignore[valid-type]
38783878
assert_type(n(), None)
3879-
3879+
38803880
f(NoneType)
38813881
g(NoneType)
38823882
[out]

0 commit comments

Comments
 (0)