Skip to content

Commit

Permalink
removed empty line at end of views file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthero1 committed Mar 11, 2024
1 parent f4ead4c commit 9f4da77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion porespy/visualization/_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,3 @@ def xray(im, axis=0): # pragma: no cover
im = np.transpose(im, axes=[2, 1, 0])
im = np.sum(im, axis=0, dtype=np.int64)
return im

0 comments on commit 9f4da77

Please sign in to comment.