Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
skruger committed Jul 12, 2018
1 parent 726b2ca commit c5c75ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_s3boto3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from __future__ import unicode_literals

import gzip
import zlib
import threading
import zlib
from datetime import datetime
from unittest import skipIf

Expand Down

0 comments on commit c5c75ad

Please # to comment.