From ea9ab66ba7bc49a319312f3184d8e0f424704c5e Mon Sep 17 00:00:00 2001 From: Lars-Erik Aabech Date: Tue, 19 Jun 2018 18:59:57 +0200 Subject: [PATCH] Removed an extra using LI. :) --- src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs b/src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs index 43093f563c..91bde1801c 100644 --- a/src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs +++ b/src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs @@ -13,8 +13,6 @@ using Umbraco.Core.Services; using Umbraco.Web.Models.ContentEditing; using Umbraco.Web.WebApi; -using LightInject; - namespace Umbraco.Web.Editors { ///