Remove all endpoints that return forms.

This commit is contained in:
sneakypete81 2013-09-07 11:30:27 +01:00
parent adecf7aad0
commit a4add97f59
8 changed files with 0 additions and 90 deletions

View file

@ -43,10 +43,6 @@ class ApiAlbum(ApiBase):
album = Album(self._client, {"id": album})
return album.delete(**kwds)
def form(self, album, **kwds):
""" Not yet implemented """
raise NotImplementedError()
# TODO: Should be just "add"
def add_photos(self, album, photos, **kwds):
""" Not yet implemented """