Skip to content

Commit 96a034b

Browse files
committed
fix: redundant line
1 parent 6b47c72 commit 96a034b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nitransforms/io/lta.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def to_string(self):
190190
def from_string(klass, string):
191191
lta = klass()
192192
sa = lta.structarr
193-
lines = string.splitlines()
194193
lines = [l.strip() for l in string.splitlines()
195194
if l.strip() and not l.strip().startswith('#')]
196195
if not lines or not lines[0].startswith('type'):

0 commit comments

Comments
 (0)