mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
Add mypy error codes to '# type: ignore' comments (#6379)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# sys.
|
||||
import sys
|
||||
import typing as _typing
|
||||
from _ast import * # type: ignore
|
||||
from _ast import *
|
||||
from typing import Any, Iterator, TypeVar, overload
|
||||
from typing_extensions import Literal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user