Skip to content

Commit

Permalink
fix resize not in object x found errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Apr 17, 2017
1 parent acdf0e3 commit 0f758f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_compositing.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
"""Compositing tests for use with pytest."""
import pytest
from moviepy.video.compositing.CompositeVideoClip import clips_array
from moviepy.video.VideoClip import ColorClip

from moviepy.editor import *

def test_clips_array():
red = ColorClip((1024,800), color=(255,0,0))
Expand Down

0 comments on commit 0f758f0

Please sign in to comment.