Skip to content

Commit

Permalink
Fix QA warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Dec 22, 2021
1 parent fc9b117 commit df16189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/models/test_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
from django.core.exceptions import ImproperlyConfigured, ValidationError
from django.core.files import File
from django.utils.encoding import force_str
from tests.models import RESIZED_IMAGE_HEIGHT, RESIZED_IMAGE_WIDTH, DummyModel

from machina.conf import settings as machina_settings
from machina.core.compat import PILImage as Image
from machina.models import fields
from tests.models import RESIZED_IMAGE_HEIGHT, RESIZED_IMAGE_WIDTH, DummyModel


@pytest.mark.django_db
Expand Down

0 comments on commit df16189

Please sign in to comment.