Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Jul 12, 2020
1 parent 9db22fa commit faf7527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3file/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class S3FileConfig(AppConfig):
verbose_name = 'S3File'

def ready(self):
from django import forms
from django.core.files.storage import default_storage
from storages.backends.s3boto3 import S3Boto3Storage
from django import forms

from .forms import S3FileInputMixin

Expand Down

0 comments on commit faf7527

Please sign in to comment.