Remove unused imports in script

This commit is contained in:
Kishor Bhat 2016-01-17 12:41:28 +05:30
parent 5a954d2492
commit 1ca2073979
6 changed files with 0 additions and 6 deletions

View file

@ -41,7 +41,6 @@ use num::{Float, ToPrimitive};
use script_traits::ScriptMsg as ConstellationMsg;
use std::cell::Cell;
use std::str::FromStr;
use std::sync::mpsc::channel;
use std::{cmp, fmt};
use unpremultiplytable::UNPREMULTIPLY_TABLE;
use url::Url;