Skip to content

Commit dd5d6c8

Browse files
author
Peter Amstutz
committed
flake8 fixes
1 parent 4b1afce commit dd5d6c8

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

wes_service/arvados_wes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import shutil
1414

1515
from wes_service.util import visit, WESBackend
16-
from werkzeug.utils import secure_filename
1716

1817

1918
class MissingAuthorization(Exception):

wes_service/cwl_runner.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
import json
33
import os
44
import subprocess
5-
import tempfile
65
import urllib
76
import uuid
87

9-
import connexion
10-
from werkzeug.utils import secure_filename
11-
128
from wes_service.util import WESBackend
139

1410

wes_service/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import connexion
77
from werkzeug.utils import secure_filename
88

9+
910
def visit(d, op):
1011
"""Recursively call op(d) for all list subelements and dictionary 'values' that d may have."""
1112
op(d)

0 commit comments

Comments
 (0)