diff options
Diffstat (limited to '')
| -rw-r--r-- | pygithub3/services/git_data/commits.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pygithub3/services/git_data/commits.py b/pygithub3/services/git_data/commits.py index 4debd95..25e8775 100644 --- a/pygithub3/services/git_data/commits.py +++ b/pygithub3/services/git_data/commits.py @@ -31,5 +31,3 @@ class Commits(Service): self.make_request('git_data.commits.create', user=user, repo=repo, body=data) ) - - |
