From b97a1db01dc276ed1442ce1b572418f2d71bdd53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 5 Jan 2018 19:09:42 +0200 Subject: [PATCH] cleanup unneeded import --- lib/Minify/Source.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Minify/Source.php b/lib/Minify/Source.php index ac2e68c..3bf5831 100644 --- a/lib/Minify/Source.php +++ b/lib/Minify/Source.php @@ -4,8 +4,6 @@ * @package Minify */ -use InvalidArgumentException; - /** * A content source to be minified by Minify. *