diff options
Diffstat (limited to 'pygithub3/requests/issues/comments.py')
-rw-r--r-- | pygithub3/requests/issues/comments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/issues/comments.py b/pygithub3/requests/issues/comments.py index 0601db3..638c9cf 100644 --- a/pygithub3/requests/issues/comments.py +++ b/pygithub3/requests/issues/comments.py @@ -39,4 +39,4 @@ class Edit(Request): class Delete(Request): uri = 'repos/{user}/{repo}/issues/comments/{id}' - resource = Comment
\ No newline at end of file + resource = Comment |