diff options
author | 2012-04-16 15:39:27 -0500 | |
---|---|---|
committer | 2012-04-16 15:39:27 -0500 | |
commit | 30c1cec25eff0a37ad494f57bfc8fce7dedf5de2 (patch) | |
tree | 7e45d97961ec773c4df4fe0ab5d7eb4e0431f725 /pygithub3/requests/git_data/blobs.py | |
parent | def != class (diff) | |
download | python-github3-30c1cec25eff0a37ad494f57bfc8fce7dedf5de2.tar.xz python-github3-30c1cec25eff0a37ad494f57bfc8fce7dedf5de2.zip |
add docs and a few little pep8 tweaks
Diffstat (limited to 'pygithub3/requests/git_data/blobs.py')
-rw-r--r-- | pygithub3/requests/git_data/blobs.py | 2 |
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? } |