More pylint fixes

This commit is contained in:
Mouse Reeve
2021-06-18 14:29:24 -07:00
parent 381d160105
commit 9e5c7053e9
12 changed files with 21 additions and 9 deletions

View File

@ -1,3 +1,4 @@
""" ActivityPub-specific json response wrapper """
from django.http import JsonResponse
from .base_activity import ActivityEncoder