code style cleanup

This commit is contained in:
Mouse Reeve
2020-05-09 14:26:27 -07:00
parent 2a98093ebe
commit ee7c04cc7e
8 changed files with 65 additions and 57 deletions

View File

@ -12,7 +12,7 @@ def get_remove(*args):
def get_add_remove(user, book, shelf, action='Add'):
''' format an Add or Remove json blob '''
''' format a shelve book json blob '''
uuid = uuid4()
return {
'@context': 'https://www.w3.org/ns/activitystreams',