mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Add ProjectCard.edit() to the type stub (#2080)
The typing information for ProjectCard did not have edit(). Add it.
This commit is contained in:
@@ -23,6 +23,9 @@ class ProjectCard(CompletableGithubObject):
|
||||
def get_content(
|
||||
self, content_type: Union[_NotSetType, str] = ...
|
||||
) -> Optional[Union[PullRequest, Issue]]: ...
|
||||
def edit(
|
||||
self, note=Union[_NotSetType, str], archived=Union[_NotSetType, bool]
|
||||
) -> None: ...
|
||||
@property
|
||||
def id(self) -> int: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user