From 003740ca21fb00ef7c989d7a99eff5a7175d9be0 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 27 Oct 2020 12:02:24 -0700 Subject: [PATCH] One last function we don't need --- bookwyrm/status.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bookwyrm/status.py b/bookwyrm/status.py index 69abfc9a..258734b3 100644 --- a/bookwyrm/status.py +++ b/bookwyrm/status.py @@ -14,13 +14,6 @@ def delete_status(status): status.save() -def get_status(remote_id): - ''' find a status in the database ''' - return models.Status.objects.select_subclasses().filter( - remote_id=remote_id - ).first() - - def create_generated_note(user, content, mention_books=None): ''' a note created by the app about user activity ''' # sanitize input html