chore: format files using isort (pre-commit)
This commit is contained in:
parent
20ed5f0d52
commit
cff619679b
226 changed files with 483 additions and 735 deletions
|
|
@ -1,15 +1,17 @@
|
|||
import cryptography
|
||||
import logging
|
||||
import datetime
|
||||
import logging
|
||||
import urllib.parse
|
||||
|
||||
import cryptography
|
||||
from django.contrib.auth.models import AnonymousUser
|
||||
from django.utils import timezone
|
||||
from rest_framework import authentication
|
||||
from rest_framework import exceptions as rest_exceptions
|
||||
|
||||
from rest_framework import authentication, exceptions as rest_exceptions
|
||||
from funkwhale_api.common import preferences
|
||||
from funkwhale_api.moderation import models as moderation_models
|
||||
from . import actors, exceptions, keys, models, signing, tasks, utils
|
||||
|
||||
from . import actors, exceptions, keys, models, signing, tasks, utils
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue