removes unneeded imports
This commit is contained in:
parent
9b7f0366e7
commit
1e01e76ac2
5 changed files with 5 additions and 4 deletions
|
@ -37,7 +37,7 @@ class UserRelationship(ActivitypubMixin, BookWyrmModel):
|
|||
|
||||
activity_serializer = activitypub.Follow
|
||||
|
||||
def get_remote_id(self, status=None):
|
||||
def get_remote_id(self, status=None):# pylint: disable=arguments-differ
|
||||
''' use shelf identifier in remote_id '''
|
||||
status = status or 'follows'
|
||||
base_path = self.user_subject.remote_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue