fix(lint): sort imports in test files
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
"""Тесты для BackgroundJob."""
|
||||
|
||||
from django.test import TestCase
|
||||
|
||||
from faker import Faker
|
||||
|
||||
from apps.core.models import BackgroundJob, JobStatus
|
||||
from apps.core.services import BackgroundJobService
|
||||
from django.test import TestCase
|
||||
from faker import Faker
|
||||
|
||||
fake = Faker()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user