Skip to content

Commit

Permalink
api: move the creation of open api clients to reana-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
okraskaj committed Nov 29, 2018
1 parent 3dec6fd commit 6684b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
26 changes: 0 additions & 26 deletions reana_server/api_client.py

This file was deleted.

7 changes: 3 additions & 4 deletions reana_server/rest/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
import traceback

from bravado.exception import HTTPError
from flask import Blueprint
from flask import current_app as app
from flask import Blueprint, jsonify, request, send_file

from flask import jsonify, request, send_file
from reana_commons.api_client import current_rwc_api_client
from reana_server.utils import get_user_from_token, is_uuid_v4

from ..api_client import current_rwc_api_client

blueprint = Blueprint('workflows', __name__)


Expand Down

0 comments on commit 6684b05

Please sign in to comment.