Skip to content

Commit

Permalink
list->List
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Nov 1, 2024
1 parent f626baa commit 772bbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropip/package_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def remove_mock_package(self, name: str):
return _mock_package.remove_mock_package(name)

def uninstall(
self, packages: str | list[str], *, verbose: bool | int = False
self, packages: str | List[str], *, verbose: bool | int = False
) -> None:
"""Uninstall the given packages.
Expand Down

0 comments on commit 772bbbe

Please sign in to comment.