mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Update generateDocstrings.py
This commit is contained in:
@@ -19,7 +19,7 @@ import GithubException
|
||||
|
||||
|
||||
class _NotSetType:
|
||||
def __repr__( self ):
|
||||
def __repr__(self):
|
||||
return "NotSet"
|
||||
NotSet = _NotSetType()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user