mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
feature: get the project column by id (#1466)
Add a method to fetch a project column by id. Fixes #1057
This commit is contained in:
@@ -128,7 +128,6 @@ class ProjectColumn(github.GithubObject.CompletableGithubObject):
|
||||
:param content_type: string
|
||||
:rtype :class:`github.ProjectCard.ProjectCard`:
|
||||
"""
|
||||
post_parameters = {}
|
||||
if isinstance(note, str):
|
||||
assert content_id is github.GithubObject.NotSet, content_id
|
||||
assert content_type is github.GithubObject.NotSet, content_type
|
||||
|
||||
Reference in New Issue
Block a user