Fix pep8 and coverage

This commit is contained in:
Vincent Jacques
2013-02-17 13:53:13 +01:00
parent 6c84693d98
commit 1e8dda73db
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import GithubException
class _NotSetType:
def __repr__(self):
return "NotSet"
return "NotSet" # pragma no cover
NotSet = _NotSetType()