Skip to content

Commit

Permalink
isort: fix isort problems for two files
Browse files Browse the repository at this point in the history
Co-Authored-by: Aly Badr <[email protected]>
  • Loading branch information
Aly Badr authored and iGor milhit committed Feb 26, 2020
1 parent 511c768 commit b8fc567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rero_ils/modules/loans/transitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
get_pending_loans_by_doc_pid
from invenio_circulation.proxies import current_circulation
from invenio_circulation.transitions.base import Transition
from invenio_circulation.transitions.transitions import _ensure_same_location,\
ensure_same_item
from invenio_circulation.transitions.transitions import \
_ensure_same_location as _ensure_same_location
from invenio_circulation.transitions.transitions import ensure_same_item
from invenio_db import db

from ..documents.api import Document
Expand Down
1 change: 1 addition & 0 deletions tests/api/test_circ_bug.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

from invenio_accounts.testutils import login_user_via_session
from utils import postdata

from rero_ils.modules.loans.api import LoanAction


Expand Down

0 comments on commit b8fc567

Please sign in to comment.