mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
Bump black to 23.1.0 (#9647)
This commit is contained in:
@@ -6,9 +6,9 @@ version: str
|
||||
|
||||
def global_init(option: int) -> None: ...
|
||||
def global_cleanup() -> None: ...
|
||||
def version_info() -> tuple[
|
||||
int, str, int, str, int, str, int, str, tuple[str, ...], Incomplete | None, int, Incomplete | None
|
||||
]: ...
|
||||
def version_info() -> (
|
||||
tuple[int, str, int, str, int, str, int, str, tuple[str, ...], Incomplete | None, int, Incomplete | None]
|
||||
): ...
|
||||
|
||||
class error(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user