Skip to content

Commit

Permalink
Add pruneReqs to stub
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzchen committed Jul 27, 2023
1 parent 883b7dd commit b8aa8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/pyunity/info.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if TYPE_CHECKING:
def getRepoInfo() -> None: ...
def getTomlLoader() -> Tuple[Callable[[Union[IO[str], IO[bytes]]], Dict[str, Any]], str]: ...
def formatName(item: str) -> str: ...
def pruneReqs(reqs: _Requirements) -> _Requirements: ...
def getReqsFromToml(version: _VersionFunc) -> _Requirements: ...
def getReqsFromRepo(path: str, version: _VersionFunc) -> _Requirements: ...
def getReqsFromDistribution(dist: Distribution, version: _VersionFunc, gitInfo: bool = ...) -> _Requirements: ...
Expand Down

0 comments on commit b8aa8c2

Please sign in to comment.