Skip to content

Commit e1382e2

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 3d61bba commit e1382e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/diffpy/morph/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def read_two_column(fname):
116116
x,fx
117117
Arrays read from data.
118118
"""
119-
120119
rv = load_data(fname, unpack=True)
121120
if len(rv) >= 2:
122121
return rv[:2]

0 commit comments

Comments
 (0)