mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Use a special value for not set attributes and parameters
This commit is contained in:
@@ -7,9 +7,6 @@ import GithubObject
|
||||
{% if class.needsPaginatedList %}
|
||||
import PaginatedList
|
||||
{% endif %}
|
||||
{% if class.needsDefaultValue %}
|
||||
from DefaultValueForOptionalParameters import DefaultValueForOptionalParameters
|
||||
{% endif %}
|
||||
|
||||
{% if class.dependencies %}
|
||||
##########
|
||||
|
||||
Reference in New Issue
Block a user