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:
Florent Clarret
2020-05-01 12:01:09 +10:00
committed by GitHub
parent 6eba4506d4
commit 63855409b9
10 changed files with 227 additions and 1 deletions
-1
View File
@@ -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