mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Fix invalid noqa comments and poorly formatted type ignores (#11497)
This commit is contained in:
@@ -63,7 +63,7 @@ class TranslationString(str):
|
||||
mapping: dict[str, Any] | None = None,
|
||||
context: str | None = None,
|
||||
) -> Self: ...
|
||||
def __mod__(self, options: dict[str, Any]) -> TranslationString: ... # type:ignore[override]
|
||||
def __mod__(self, options: dict[str, Any]) -> TranslationString: ... # type: ignore[override]
|
||||
def interpolate(self, translated: str | None = None) -> str: ...
|
||||
def __reduce__(self) -> tuple[type[Self], tuple[str, str | None, str, dict[str, Any], str | None]]: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user