Skip to content

Commit

Permalink
remove change not directly related to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gygli committed Mar 16, 2017
1 parent e33b694 commit d3b9428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moviepy/video/io/ffmpeg_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
import subprocess as sp
import re
import warnings
import logging
logging.captureWarnings(True)


import numpy as np
from moviepy.config import get_setting # ffmpeg, ffmpeg.exe, etc...
Expand Down

0 comments on commit d3b9428

Please sign in to comment.