Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Mar 3, 2017
1 parent 813d698 commit 8622ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moviepy/video/tools/interpolators.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def save_list(trajs, filename):

@staticmethod
def load_list(filename):

arr = np.loadtxt(filename, delimiter='\t').T
Nlines = arr.shape[0]
return [Trajectory(tt=1.0*a[0]/1000, xx=a[1], yy=a[2])
Expand Down

0 comments on commit 8622ecc

Please sign in to comment.