diff options
Diffstat (limited to 'pygithub3/services/issues/comments.py')
-rw-r--r-- | pygithub3/services/issues/comments.py | 2 |
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) |