Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Jul 23, 2018
1 parent 4b1afce commit dd5d6c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion wes_service/arvados_wes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import shutil

from wes_service.util import visit, WESBackend
from werkzeug.utils import secure_filename


class MissingAuthorization(Exception):
Expand Down
4 changes: 0 additions & 4 deletions wes_service/cwl_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
import json
import os
import subprocess
import tempfile
import urllib
import uuid

import connexion
from werkzeug.utils import secure_filename

from wes_service.util import WESBackend


Expand Down
1 change: 1 addition & 0 deletions wes_service/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import connexion
from werkzeug.utils import secure_filename


def visit(d, op):
"""Recursively call op(d) for all list subelements and dictionary 'values' that d may have."""
op(d)
Expand Down

0 comments on commit dd5d6c8

Please sign in to comment.