aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/git_data/blobs.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/requests/git_data/blobs.py')
-rw-r--r--pygithub3/requests/git_data/blobs.py2
1 files changed, 1 insertions, 1 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?
}