Skip to content

Commit 4257570

Browse files
committed
Remove blank line
1 parent 0675325 commit 4257570

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stagpy/_step.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ def at_z(self, zval):
170170
"""
171171
return np.argmin(np.abs(self.z_coord - zval))
172172

173-
174173
def __getattr__(self, attr):
175174
# provide nDtot, D_coord, D_mesh and nbtot
176175
# with D = x, y, z or t, p, r

0 commit comments

Comments
 (0)