aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/git_data
diff options
context:
space:
mode:
authorNat Williams <nwilliams@leapfrogonline.com>2012-04-16 15:39:27 -0500
committerNat Williams <nwilliams@leapfrogonline.com>2012-04-16 15:39:27 -0500
commit30c1cec25eff0a37ad494f57bfc8fce7dedf5de2 (patch)
tree7e45d97961ec773c4df4fe0ab5d7eb4e0431f725 /pygithub3/services/git_data
parentdef != class (diff)
downloadpython-github3-30c1cec25eff0a37ad494f57bfc8fce7dedf5de2.tar.xz
python-github3-30c1cec25eff0a37ad494f57bfc8fce7dedf5de2.zip
add docs and a few little pep8 tweaks
Diffstat (limited to 'pygithub3/services/git_data')
-rw-r--r--pygithub3/services/git_data/commits.py2
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)
)
-
-