1
0
Fork 0

Style fixes (import order & else)

This commit is contained in:
Adam Kelly 2020-04-01 15:18:45 +01:00
parent 4e67d8bb38
commit 1a5af7899b
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,10 @@
''' handles all the activity coming out of the server '''
from urllib.parse import urlencode
from django.db import IntegrityError, transaction
from django.http import HttpResponseNotFound, JsonResponse
from django.views.decorators.csrf import csrf_exempt
import requests
from urllib.parse import urlencode
from fedireads import activitypub
from fedireads import models