Skip to content

Commit 893074b

Browse files
committed
FIX: cruft....
1 parent 3d8aad6 commit 893074b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabies/utils/bids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def __repr__(self):
7070
output = ["Derivatives |"]
7171
output.extend([f" {attr}: {getattr(self, attr)}" for attr in self.names])
7272
return '\n'.join(output)
73-
#return '\n'.join(f"{name}: {getattr(self, name)}" for name in self.names)
7473

7574
def __contains__(self, val: str):
7675
return val in self.names

0 commit comments

Comments
 (0)