Skip to content

Commit

Permalink
Add type stub for MainClass.get_project_column (#2502)
Browse files Browse the repository at this point in the history
Co-Authored: Attila Dulovics <dulovicsattila@gmail.com>
  • Loading branch information
Railslide committed Jun 21, 2023
1 parent ea45237 commit d514222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github/MainClass.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ from github.NamedUser import NamedUser
from github.Organization import Organization
from github.PaginatedList import PaginatedList
from github.Project import Project
from github.ProjectColumn import ProjectColumn
from github.RateLimit import RateLimit
from github.Repository import Repository
from github.Topic import Topic
Expand Down Expand Up @@ -75,6 +76,7 @@ class Github:
self, since: Union[int, _NotSetType] = ...
) -> PaginatedList[Organization]: ...
def get_project(self, id: int) -> Project: ...
def get_project_column(self, id: int) -> ProjectColumn: ...
def get_rate_limit(self) -> RateLimit: ...
def get_repo(
self, full_name_or_id: Union[int, str], lazy: bool = ...
Expand Down

0 comments on commit d514222

Please sign in to comment.