Skip to content

Commit

Permalink
fix resize not found in object x errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Apr 17, 2017
1 parent 0f758f0 commit d8652bf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
import sys

import pytest
from moviepy.audio.io.AudioFileClip import AudioFileClip
from moviepy.video.compositing.CompositeVideoClip import CompositeVideoClip
from moviepy.video.compositing.concatenate import concatenate_videoclips
from moviepy.video.fx.blink import blink
from moviepy.video.fx.resize import resize
from moviepy.video.io.VideoFileClip import VideoFileClip
from moviepy.video.VideoClip import ColorClip, ImageClip, VideoClip
from moviepy.editor import *

import download_media
from test_helper import PYTHON_VERSION, TMP_DIR, TRAVIS
Expand Down

0 comments on commit d8652bf

Please sign in to comment.