Skip to content

Commit

Permalink
tests: isort 4.2.15 and import order fixes
Browse files Browse the repository at this point in the history
* Makes CI tests pass again by upgrading isort and fixing the import order
  statements. (closes #72)

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Jun 19, 2017
1 parent 111c3f4 commit fe8bb66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
from __future__ import absolute_import, print_function

import dicttoxml

from flask import Blueprint, Flask, jsonify, make_response

from invenio_rest import ContentNegotiatedMethodView, InvenioREST
Expand Down
1 change: 0 additions & 1 deletion invenio_rest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

from __future__ import unicode_literals


CORS_RESOURCES = '*'
"""Dictionary for configuring CORS for endpoints.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'check-manifest>=0.25',
'coverage>=4.0',
'dicttoxml>=1.7.4',
'isort>=4.2.2',
'isort>=4.2.15',
'mock>=1.3.0',
'pydocstyle>=1.0.0',
'pytest-cache>=1.0',
Expand Down

0 comments on commit fe8bb66

Please sign in to comment.