aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/git_data/commits.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/requests/git_data/commits.py')
-rw-r--r--pygithub3/requests/git_data/commits.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pygithub3/requests/git_data/commits.py b/pygithub3/requests/git_data/commits.py
index 936d3c7..caf1e7d 100644
--- a/pygithub3/requests/git_data/commits.py
+++ b/pygithub3/requests/git_data/commits.py
@@ -16,5 +16,3 @@ class Create(Request):
'schema': ('message', 'tree', 'parents', 'author', 'committer'),
'required': ('message', 'tree', 'parents'),
}
-
-