whitespace

This commit is contained in:
Kenneth Reitz
2011-02-19 16:03:03 -05:00
parent 3e964fb4d4
commit d550a71e66
+2
View File
@@ -41,6 +41,7 @@ class Groups(UserList):
except requests.HTTPError:
return None
def __contains__(self, key):
if isinstance(key, int):
@@ -52,6 +53,7 @@ class Groups(UserList):
return False
def __iter__(self):
for group in self.data:
yield group