Skip to content

Commit

Permalink
Fix crash on sponsors images
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Nov 5, 2023
1 parent 0015e9d commit 6b6da45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/pycon/storages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from storages.backends.s3boto3 import S3Boto3Storage, SpooledTemporaryFile
from storages.backends.s3boto3 import S3Boto3Storage
from tempfile import SpooledTemporaryFile
from storages.backends.azure_storage import AzureStorage


Expand Down

0 comments on commit 6b6da45

Please sign in to comment.