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

Commit 77b06d1

Browse files
author
Olivier Gambier
committed
Fix hacking complaints
intermittently complaining travis about CORS not being a module Docker-DCO-1.1-Signed-off-by: Olivier Gambier <[email protected]> (github: dmp42)
1 parent f61c45c commit 77b06d1

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
@@ -16,7 +16,7 @@
1616
from .lib import config
1717
from .server import __version__
1818
import flask
19-
from flask.ext.cors import CORS
19+
from flask.ext.cors import CORS # noqa
2020

2121
# configure logging prior to subsequent imports which assume
2222
# logging has been configured

0 commit comments

Comments
 (0)