Skip to content

Commit

Permalink
Chunked uploads handling (danielfrg#80)
Browse files Browse the repository at this point in the history
Reorder imports
  • Loading branch information
pvanliefland committed Aug 26, 2020
1 parent fe4d575 commit 608a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3contents/genericmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
reads,
)
from s3contents.chunks import (
assemble_chunks,
CHUNKS_HANDLING,
assemble_chunks,
delete_chunks,
store_content_chunk,
)
Expand Down

0 comments on commit 608a0b8

Please sign in to comment.