aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/repos/__init__.py
diff options
context:
space:
mode:
authorAlejandro Gómez <alejandroogomez@gmail.com>2012-04-27 13:50:25 +0200
committerAlejandro Gómez <alejandroogomez@gmail.com>2012-05-27 19:54:29 +0200
commit837c07729c089b8c5fdf3828cedff054b0cf1dde (patch)
tree3afcb0ab80782c22d74baeae803a369c8886eea0 /pygithub3/requests/repos/__init__.py
parentLabels and Milestones services added (diff)
downloadpython-github3-837c07729c089b8c5fdf3828cedff054b0cf1dde.tar.xz
python-github3-837c07729c089b8c5fdf3828cedff054b0cf1dde.zip
test Label validation errors
Diffstat (limited to 'pygithub3/requests/repos/__init__.py')
-rw-r--r--pygithub3/requests/repos/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygithub3/requests/repos/__init__.py b/pygithub3/requests/repos/__init__.py
index 7a145f2..a4a1acb 100644
--- a/pygithub3/requests/repos/__init__.py
+++ b/pygithub3/requests/repos/__init__.py
@@ -89,7 +89,6 @@ class List_milestones(Request):
uri = 'repos/{user}/{repo}/milestones'
resource = Milestone
- # TODO: validate
body_schema = {
'schema': ('state', 'sort', 'direction'),
'required': ()