Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit b97663b

Browse files
author
Mangled Deutz
committed
Flake
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent 3f171bc commit b97663b

File tree

1 file changed

+1
-1
lines changed
  • docker_registry/drivers

1 file changed

+1
-1
lines changed

docker_registry/drivers/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
import re
2121
import time
2222

23+
import boto.exception
2324
import boto.s3
2425
import boto.s3.connection
2526
import boto.s3.key
26-
import boto.exception
2727

2828
logger = logging.getLogger(__name__)
2929

0 commit comments

Comments
 (0)