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:
@@ -19,9 +19,7 @@ class ProjectColumn(CompletableGithubObject):
|
||||
) -> ProjectCard: ...
|
||||
@property
|
||||
def created_at(self) -> datetime: ...
|
||||
def get_cards(
|
||||
self, archived_state: Union[_NotSetType, str] = ...
|
||||
) -> PaginatedList[ProjectCard]: ...
|
||||
def get_cards(self, archived_state: Union[_NotSetType, str] = ...) -> PaginatedList[ProjectCard]: ...
|
||||
@property
|
||||
def id(self) -> int: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user