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,11 +1,13 @@
|
|||
from django.core.management.commands.migrate import Command as BaseCommand
|
||||
import os
|
||||
|
||||
import debugpy
|
||||
import uvicorn
|
||||
from django.core.management import call_command
|
||||
from django.core.management.commands.migrate import Command as BaseCommand
|
||||
|
||||
from funkwhale_api.common import preferences
|
||||
from funkwhale_api.music.models import Library
|
||||
from funkwhale_api.users.models import User
|
||||
from funkwhale_api.common import preferences
|
||||
import uvicorn
|
||||
import debugpy
|
||||
import os
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue