Skip to content

Commit dbb7928

Browse files
committed
Fix test case
1 parent 4d158e0 commit dbb7928

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mypy/test/teststubtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,6 @@ def test_get_typeshed_stdlib_modules(self) -> None:
31353135
assert "os.path" in stdlib
31363136
assert "asyncio" in stdlib
31373137
assert "graphlib" not in stdlib
3138-
assert "formatter" in stdlib
31393138
assert "contextvars" in stdlib # 3.7+
31403139
assert "importlib.metadata" not in stdlib
31413140

0 commit comments

Comments
 (0)