aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/issues/comments.py
diff options
context:
space:
mode:
authorAlejandro Gómez <alejandroogomez@gmail.com>2012-04-26 21:00:13 +0200
committerAlejandro Gómez <alejandroogomez@gmail.com>2012-05-27 19:54:28 +0200
commit8972834a85a17ebbeb326a9d4493725d53913e33 (patch)
treeba7b2529a2e0cea900f18a3a3d275178d394cc63 /pygithub3/services/issues/comments.py
parentFix some issues resources (diff)
downloadpython-github3-8972834a85a17ebbeb326a9d4493725d53913e33.tar.xz
python-github3-8972834a85a17ebbeb326a9d4493725d53913e33.zip
Labels and Milestones services added
Diffstat (limited to 'pygithub3/services/issues/comments.py')
-rw-r--r--pygithub3/services/issues/comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/issues/comments.py b/pygithub3/services/issues/comments.py
index f367a58..5d6980a 100644
--- a/pygithub3/services/issues/comments.py
+++ b/pygithub3/services/issues/comments.py
@@ -72,4 +72,4 @@ class Comments(Service):
"""
request = self.request_builder('issues.comments.delete', user=user,
repo=repo, id=id)
- self._delete(request) \ No newline at end of file
+ self._delete(request)