diff options
author | 2012-05-12 19:04:23 +0200 | |
---|---|---|
committer | 2012-05-12 22:47:09 +0200 | |
commit | 24a3ed5dcd2264a64e234ea7bd526049fafe7616 (patch) | |
tree | 6131f221a9bf9b596dc139715d4e79f090bb55c3 /pygithub3/resources/pull_requests.py | |
parent | Deleted 'dispatch' decorator. No sense (diff) | |
download | python-github3-24a3ed5dcd2264a64e234ea7bd526049fafe7616.tar.xz python-github3-24a3ed5dcd2264a64e234ea7bd526049fafe7616.zip |
Some fixes/typos and 'validate_body' related
Diffstat (limited to 'pygithub3/resources/pull_requests.py')
-rw-r--r-- | pygithub3/resources/pull_requests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pygithub3/resources/pull_requests.py b/pygithub3/resources/pull_requests.py index 1fe2623..a28e0fe 100644 --- a/pygithub3/resources/pull_requests.py +++ b/pygithub3/resources/pull_requests.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- + from .base import Resource |