Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -1,9 +1,9 @@
|
|||
from __future__ import annotations
|
||||
from typing import List, Optional
|
||||
|
||||
__version__ = "25.3"
|
||||
__version__ = "24.0"
|
||||
|
||||
|
||||
def main(args: list[str] | None = None) -> int:
|
||||
def main(args: Optional[List[str]] = None) -> int:
|
||||
"""This is an internal API only meant for use by pip's own console scripts.
|
||||
|
||||
For additional details, see https://github.com/pypa/pip/issues/7498.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue