aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/git_data
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/requests/git_data')
-rw-r--r--pygithub3/requests/git_data/blobs.py2
-rw-r--r--pygithub3/requests/git_data/tags.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/pygithub3/requests/git_data/blobs.py b/pygithub3/requests/git_data/blobs.py
index 9ce500a..a4bddd6 100644
--- a/pygithub3/requests/git_data/blobs.py
+++ b/pygithub3/requests/git_data/blobs.py
@@ -14,5 +14,5 @@ class Create(Request):
resource = Blob
body_schema = {
'schema': ('content', 'encoding'),
- 'required': ('content', 'encoding'), #TODO: is enc really required?
+ 'required': ('content', 'encoding'), # TODO: is enc really required?
}
diff --git a/pygithub3/requests/git_data/tags.py b/pygithub3/requests/git_data/tags.py
index 8b37f0e..dbc8da4 100644
--- a/pygithub3/requests/git_data/tags.py
+++ b/pygithub3/requests/git_data/tags.py
@@ -13,4 +13,3 @@ class Create(Request):
'schema': ('tag', 'message', 'object', 'type', 'tagger'),
'required': ('type',),
}
-