ali1234 / vhs-teletext

Software to recover teletext data from VHS recordings.
GNU General Public License v3.0
179 stars 21 forks source link

Inconsistent numpy imports #12

Closed ali1234 closed 5 years ago

ali1234 commented 5 years ago

Some places use import numpy and others use import numpy as np. These should all be changed to the latter.