Skip to content

Commit 5ac2f18

Browse files
committed
STY: black [ignore-rev]
1 parent efc0702 commit 5ac2f18

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nipype/pipeline/plugins/legacymultiproc.py

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def __init__(
143143
context=context,
144144
)
145145

146-
147146
except ImportError:
148147

149148
class NonDaemonProcess(NonDaemonMixin, mp.Process):

nipype/sphinxext/plot_workflow.py

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
def format_template(template, **kw):
134134
return jinja2.Template(template).render(**kw)
135135

136-
137136
except ImportError as e:
138137
missing_imports.append(str(e))
139138
try:

0 commit comments

Comments
 (0)