Style fixes (import order & else)
This commit is contained in:
parent
4e67d8bb38
commit
1a5af7899b
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue