mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 13:59:45 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -32,6 +32,7 @@ class MimeTypes:
|
||||
def guess_type(self, url: StrPath, strict: bool = ...) -> tuple[str | None, str | None]: ...
|
||||
else:
|
||||
def guess_type(self, url: str, strict: bool = ...) -> tuple[str | None, str | None]: ...
|
||||
|
||||
def guess_all_extensions(self, type: str, strict: bool = ...) -> list[str]: ...
|
||||
def read(self, filename: str, strict: bool = ...) -> None: ...
|
||||
def readfp(self, fp: IO[str], strict: bool = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user