mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
@@ -20,12 +20,8 @@ class ProjectCard(CompletableGithubObject):
|
||||
def created_at(self) -> datetime: ...
|
||||
@property
|
||||
def creator(self) -> NamedUser: ...
|
||||
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: ...
|
||||
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