mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-18 15:54:13 +08:00
Fix invalid noqa comments and poorly formatted type ignores (#11497)
This commit is contained in:
@@ -59,7 +59,7 @@ class DirectorySandbox(AbstractSandbox):
|
||||
write_ops: Any
|
||||
def __init__(self, sandbox, exceptions=...) -> None: ...
|
||||
def tmpnam(self) -> None: ...
|
||||
def open(self, file, flags, mode: int = 511, *args, **kw): ... # type:ignore[override]
|
||||
def open(self, file, flags, mode: int = 511, *args, **kw): ... # type: ignore[override]
|
||||
|
||||
class SandboxViolation(DistutilsError):
|
||||
tmpl: Any
|
||||
|
||||
Reference in New Issue
Block a user