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

Commit 9d3898e

Browse files
committed
Alphabetical ordering of imports
1 parent 4902524 commit 9d3898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_registry/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import sys
77

88
from . import toolkit
9-
from .extras import ebugsnag
109
from .extras import cors
10+
from .extras import ebugsnag
1111
from .lib import config
1212
from .server import __version__
1313
import flask

0 commit comments

Comments
 (0)