Skip to content

Commit ad225bc

Browse files
pre-commit-ci[bot]Tinche
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 540586a commit ad225bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,4 +1482,4 @@
14821482
14831483
takes_nothing(NOTHING)
14841484
takes_nothing(None)
1485-
takes_nothing(1) # E: Argument 1 to "takes_nothing" has incompatible type "Literal[1]"; expected "Literal[_Nothing.NOTHING] | None" [arg-type]
1485+
takes_nothing(1) # E: Argument 1 to "takes_nothing" has incompatible type "Literal[1]"; expected "Literal[_Nothing.NOTHING] | None" [arg-type]

0 commit comments

Comments
 (0)