Slightly improve coverage :-D

This commit is contained in:
Vincent Jacques
2013-03-28 21:05:19 +01:00
parent dc96fef052
commit b9d71fa787
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import GithubException
class _NotSetType:
def __repr__(self):
return "NotSet" # pragma no cover
return "NotSet"
NotSet = _NotSetType()