mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Dependencies => restore testAuthenticatedUserDetails!
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{% for dependency in class.dependencies %}
|
||||
import {{ dependency }}
|
||||
{% endfor %}
|
||||
|
||||
class {{ class.name }}( object ):
|
||||
def __init__( self, github, attributes, lazy ):
|
||||
self.__github = github
|
||||
|
||||
Reference in New Issue
Block a user