File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- encoding: utf-8 -*-
33
4- from pygithub3 .services .users import User
5- from pygithub3 .services .repos import Repos
6-
74
85class Github (object ):
96 """
@@ -16,6 +13,8 @@ class Github(object):
1613 """
1714
1815 def __init__ (self , ** config ):
16+ from pygithub3 .services .users import User
17+ from pygithub3 .services .repos import Repos
1918 self ._users = User (** config )
2019 self ._repos = Repos (** config )
2120
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def set_html(self):
160160 self .__set_mimetype ('html' )
161161
162162 def set_full (self ):
163- """ Resource will have ``body`` ``body_text`` and ``body_html``
163+ """ Resource will have ``body``, ``body_text`` and ``body_html``
164164 attributes """
165165 self .__set_mimetype ('full' )
166166
You can’t perform that action at this time.
0 commit comments