Skip to content

Commit

Permalink
test(api): format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
style77 committed Feb 23, 2024
1 parent 8f1c6fd commit 7863350
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions skynotes/storage/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
from authorization.tests.common import force_authenticate
from django.contrib.auth import get_user_model
from django.core.files.base import ContentFile
from django.core.files.uploadedfile import (
SimpleUploadedFile,
)
from django.core.files.uploadedfile import SimpleUploadedFile
from rest_framework.test import APITestCase
from storage.models import File, Group

Expand Down

0 comments on commit 7863350

Please sign in to comment.