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