Skip to content

Commit

Permalink
Regenerate stubgens
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Jun 29, 2023
1 parent d6120e1 commit f725099
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libmambapy/libmambapy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,14 @@ class PackageInfo:
def name(self, arg0: str) -> None:
pass
@property
def noarch(self) -> str:
"""
:type: str
"""
@noarch.setter
def noarch(self, arg0: str) -> None:
pass
@property
def sha256(self) -> str:
"""
:type: str
Expand Down

0 comments on commit f725099

Please sign in to comment.