Skip to content

Commit

Permalink
global: sort imports
Browse files Browse the repository at this point in the history
Closes #102
  • Loading branch information
equadon authored and slint committed May 13, 2019
1 parent 1460aa8 commit 917465f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions invenio_indexer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@
from __future__ import absolute_import, print_function

from .ext import InvenioIndexer
from .version import __version__

from .proxies import current_record_to_index
from .version import __version__

__all__ = ('__version__', 'InvenioIndexer', 'current_record_to_index')
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
history = open('CHANGES.rst').read()

tests_require = [
'attrs>=17.4.0',
'check-manifest>=0.25',
'coverage>=4.0',
'invenio-db[versioning]>=1.0.0',
Expand Down

0 comments on commit 917465f

Please sign in to comment.