Skip to content

Commit

Permalink
Fix undefined names
Browse files Browse the repository at this point in the history
import numpy as np for lines 151 and 178
  • Loading branch information
tburrows13 committed Feb 12, 2018
2 parents 90c5f82 + a039c03 commit 9d2c609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moviepy/video/tools/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
of the tracking time interval).
"""

import numpy as np
from scipy.interpolate import interp1d

from ..io.preview import imdisplay
Expand Down

0 comments on commit 9d2c609

Please sign in to comment.