removes unneeded imports

This commit is contained in:
Mouse Reeve
2020-12-12 18:06:48 -08:00
parent 9b7f0366e7
commit 1e01e76ac2
5 changed files with 5 additions and 4 deletions

View File

@ -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