mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Remove repeated code
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
# Do not modify it manually, your work would be lost.
|
||||
|
||||
import PaginatedList
|
||||
# This allows None as a valid value for an optional parameter
|
||||
|
||||
class DefaultValueForOptionalParametersType:
|
||||
pass
|
||||
DefaultValueForOptionalParameters = DefaultValueForOptionalParametersType()
|
||||
from GithubObject import *
|
||||
|
||||
class GitObject( object ):
|
||||
def __init__( self, requester, attributes, lazy ):
|
||||
|
||||
Reference in New Issue
Block a user