Skip to content

Commit

Permalink
chore: suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
RulerOfCakes committed Jun 21, 2024
1 parent 31f4453 commit 3d2bdd8
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 @@ -16,7 +16,7 @@ class PackageManager:
TODO: Implement all of the following global commands to utilize local state.
"""

def __init__(self):
def __init__(self) -> None:
self.index_urls = package_index.DEFAULT_INDEX_URLS

# TODO: initialize the compatibility layer
Expand Down

0 comments on commit 3d2bdd8

Please sign in to comment.