Skip to content

Commit 11212a4

Browse files
committed
removing extra line from misc.py
1 parent 252a745 commit 11212a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/utils/misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ def dict_diff(dold, dnew, indent=0):
285285
# Values in common keys would differ quite often,
286286
# so we need to join the messages together
287287
for k in new_keys.intersection(old_keys):
288-
same = False
289288
try:
290289
new, old = dnew[k], dold[k]
291290
same = new == old

0 commit comments

Comments
 (0)