mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
@@ -52,9 +52,7 @@ class NamedUser(CompletableGithubObject):
|
||||
def get_events(self) -> PaginatedList[Event]: ...
|
||||
def get_followers(self) -> PaginatedList[NamedUser]: ...
|
||||
def get_following(self) -> PaginatedList[NamedUser]: ...
|
||||
def get_gists(
|
||||
self, since: Union[_NotSetType, datetime] = ...
|
||||
) -> PaginatedList[Gist]: ...
|
||||
def get_gists(self, since: Union[_NotSetType, datetime] = ...) -> PaginatedList[Gist]: ...
|
||||
def get_keys(self) -> PaginatedList[UserKey]: ...
|
||||
def get_organization_membership(self, org: int) -> Membership: ...
|
||||
def get_orgs(self) -> PaginatedList[Organization]: ...
|
||||
|
||||
Reference in New Issue
Block a user